Html Css Color HEX #856692 Ce Soir

📋 copy color: '#856692'

red 133 ◦ green 102 ◦ blue 146

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

Shades of Ce Soir #856692

Tints of Ce Soir #856692

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 38.32%

R = 34.91%
G = 26.77%
B = 38.32%

CMYK

 C value IS 0.09

 M value IS 0.30

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#856692 (or 0x856692) is known color: Ce Soir. HEX triplet: 85, 66 and 92. RGB value is (133,102,146). Sum of RGB (Red+Green+Blue) = 133+102+146=381 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.91% from 381); Green value is 102 (40.23% from 255 or 26.77% from 381); Blue value is 146 (57.42% from 255 or 38.32% from 381); Max value from RGB is 146 - color contains mainly: blue. Hex color #856692 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #856692 is #7A996D. Grayscale: #747474. Windows color (decimal): -8034670 or 9594501. OLE color: 9594501.

HSL color Cylindrical-coordinate representation of color #856692: hue angle of 282.27º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #856692 is Cyan = 0.09, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 133 102 146 -
CMYK 0.09 0.30 0 0.43
HSL 282.27º 0.18% 0.49% -
HSV(B) 282.27º 0.3% 0.57% -
XYZ 19.61 16.56 29.36 -
YUV 116.29 144.77 139.92 -
System Red Green Blue C M Y K H S L
Decimal 133 102 146 0.09 0.30 0 0.43 282.27 0.18 0.49
Hex 85 66 92 9 1E 0 2B 11A 12 31
Octal 205 146 222 11 36 0 53 432 22 61
Binary 10000101 1100110 10010010 1001 11110 0 101011 100011010 10010 110001

Color Harmonies of #856692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856692

Black with #856692

Text Example


Text Example

White with #856692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856692; }

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

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

background-color css

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

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

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

border-color css

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

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

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