Html Css Color HEX #816496 Ce Soir

📋 copy color: '#816496'

red 129 ◦ green 100 ◦ blue 150

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

Shades of Ce Soir #816496

Tints of Ce Soir #816496

RGB

 RED value IS 129 (50.78% from 255) = 34.04%

 GREEN value IS 100 (39.45% from 255) = 26.39%

 BLUE value IS 150 (58.98% from 255) = 39.58%

R = 34.04%
G = 26.39%
B = 39.58%

CMYK

 C value IS 0.14

 M value IS 0.33

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#816496 (or 0x816496) is known color: Ce Soir. HEX triplet: 81, 64 and 96. RGB value is (129,100,150). Sum of RGB (Red+Green+Blue) = 129+100+150=379 (50% of max value = 765). Red value is 129 (50.78% from 255 or 34.04% from 379); Green value is 100 (39.45% from 255 or 26.39% from 379); Blue value is 150 (58.98% from 255 or 39.58% from 379); Max value from RGB is 150 - color contains mainly: blue. Hex color #816496 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #816496 is #7E9B69. Grayscale: #727272. Windows color (decimal): -8297322 or 9856129. OLE color: 9856129.

HSL color Cylindrical-coordinate representation of color #816496: hue angle of 274.8º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #816496 is Cyan = 0.14, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 129 100 150 -
CMYK 0.14 0.33 0 0.41
HSL 274.8º 0.2% 0.49% -
HSV(B) 274.8º 0.33% 0.59% -
XYZ 19.12 15.98 30.93 -
YUV 114.37 148.11 138.43 -
System Red Green Blue C M Y K H S L
Decimal 129 100 150 0.14 0.33 0 0.41 274.8 0.2 0.49
Hex 81 64 96 E 21 0 29 113 14 31
Octal 201 144 226 16 41 0 51 423 24 61
Binary 10000001 1100100 10010110 1110 100001 0 101001 100010011 10100 110001

Color Harmonies of #816496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #816496

Black with #816496

Text Example


Text Example

White with #816496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #816496; }

 p { color: rgb(129,100,150); }

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

background-color css

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

 a { background-color: rgb(129,100,150); }

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

border-color css

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

 span { border-color: rgb(129,100,150); }

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