Html Css Color HEX #816696 Ce Soir

📋 copy color: '#816696'

red 129 ◦ green 102 ◦ blue 150

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

Shades of Ce Soir #816696

Tints of Ce Soir #816696

RGB

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

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

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

R = 33.86%
G = 26.77%
B = 39.37%

CMYK

 C value IS 0.14

 M value IS 0.32

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#816696 (or 0x816696) is known color: Ce Soir. HEX triplet: 81, 66 and 96. RGB value is (129,102,150). Sum of RGB (Red+Green+Blue) = 129+102+150=381 (50% of max value = 765). Red value is 129 (50.78% from 255 or 33.86% from 381); Green value is 102 (40.23% from 255 or 26.77% from 381); Blue value is 150 (58.98% from 255 or 39.37% from 381); Max value from RGB is 150 - color contains mainly: blue. Hex color #816696 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #816696 is #7E9969. Grayscale: #737373. Windows color (decimal): -8296810 or 9856641. OLE color: 9856641.

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

Color convert

RGB 129 102 150 -
CMYK 0.14 0.32 0 0.41
HSL 273.75º 0.19% 0.49% -
HSV(B) 273.75º 0.32% 0.59% -
XYZ 19.31 16.37 31 -
YUV 115.55 147.45 137.6 -
System Red Green Blue C M Y K H S L
Decimal 129 102 150 0.14 0.32 0 0.41 273.75 0.19 0.49
Hex 81 66 96 E 20 0 29 112 13 31
Octal 201 146 226 16 40 0 51 422 23 61
Binary 10000001 1100110 10010110 1110 100000 0 101001 100010010 10011 110001

Color Harmonies of #816696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #816696

Black with #816696

Text Example


Text Example

White with #816696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #816696; }

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

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

background-color css

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

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

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

border-color css

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

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

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