Html Css Color HEX #856695 Ce Soir

📋 copy color: '#856695'

red 133 ◦ green 102 ◦ blue 149

#856695
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ce Soir #856695

Tints of Ce Soir #856695

RGB

 RED value IS 133 (52.34% from 255) = 34.64%

 GREEN value IS 102 (40.23% from 255) = 26.56%

 BLUE value IS 149 (58.59% from 255) = 38.8%

R = 34.64%
G = 26.56%
B = 38.8%

CMYK

 C value IS 0.11

 M value IS 0.32

 Y value IS 0

 K value IS 0.42

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#856695 (or 0x856695) is known color: Ce Soir. HEX triplet: 85, 66 and 95. RGB value is (133,102,149). Sum of RGB (Red+Green+Blue) = 133+102+149=384 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.64% from 384); Green value is 102 (40.23% from 255 or 26.56% from 384); Blue value is 149 (58.59% from 255 or 38.80% from 384); Max value from RGB is 149 - color contains mainly: blue. Hex color #856695 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #856695 is #7A996A. Grayscale: #747474. Windows color (decimal): -8034667 or 9791109. OLE color: 9791109.

HSL color Cylindrical-coordinate representation of color #856695: hue angle of 279.57º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #856695 is Cyan = 0.11, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 133 102 149 -
CMYK 0.11 0.32 0 0.42
HSL 279.57º 0.19% 0.49% -
HSV(B) 279.57º 0.32% 0.58% -
XYZ 19.85 16.66 30.6 -
YUV 116.63 146.27 139.68 -
System Red Green Blue C M Y K H S L
Decimal 133 102 149 0.11 0.32 0 0.42 279.57 0.19 0.49
Hex 85 66 95 B 20 0 2A 118 13 31
Octal 205 146 225 13 40 0 52 430 23 61
Binary 10000101 1100110 10010101 1011 100000 0 101010 100011000 10011 110001

Color Harmonies of #856695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856695

Black with #856695

Text Example


Text Example

White with #856695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856695; }

 p { color: rgb(133,102,149); }

 H1.HeaderClassName
 {
   color: #856695;
 }
 .AnyTagClassName
 {
   color: #856695;
 }
</style>

background-color css

<style>
 a { background-color: #856695; }

 a { background-color: rgb(133,102,149); }

 div.DivClassName
 {
   background-color: #856695;
 }
 .BgClassName
 {
   background-color: #856695;
 }
</style>

border-color css

<style>
 span { border-color: #856695; }

 span { border-color: rgb(133,102,149); }

 td.TdClassName
 {
   border-color: #856695;
 }
 .TagClassName
 {
   border-color: #856695;
 }
</style>