Html Css Color HEX #816296 Ce Soir

📋 copy color: '#816296'

red 129 ◦ green 98 ◦ blue 150

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

Shades of Ce Soir #816296

Tints of Ce Soir #816296

RGB

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

 GREEN value IS 98 (38.67% from 255) = 25.99%

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

R = 34.22%
G = 25.99%
B = 39.79%

CMYK

 C value IS 0.14

 M value IS 0.35

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#816296 (or 0x816296) is known color: Ce Soir. HEX triplet: 81, 62 and 96. RGB value is (129,98,150). Sum of RGB (Red+Green+Blue) = 129+98+150=377 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.22% from 377); Green value is 98 (38.67% from 255 or 25.99% from 377); Blue value is 150 (58.98% from 255 or 39.79% from 377); Max value from RGB is 150 - color contains mainly: blue. Hex color #816296 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #816296 is #7E9D69. Grayscale: #717171. Windows color (decimal): -8297834 or 9855617. OLE color: 9855617.

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

Color convert

RGB 129 98 150 -
CMYK 0.14 0.35 0 0.41
HSL 275.77º 0.21% 0.49% -
HSV(B) 275.77º 0.35% 0.59% -
XYZ 18.93 15.6 30.87 -
YUV 113.2 148.77 139.27 -
System Red Green Blue C M Y K H S L
Decimal 129 98 150 0.14 0.35 0 0.41 275.77 0.21 0.49
Hex 81 62 96 E 23 0 29 114 15 31
Octal 201 142 226 16 43 0 51 424 25 61
Binary 10000001 1100010 10010110 1110 100011 0 101001 100010100 10101 110001

Color Harmonies of #816296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #816296

Black with #816296

Text Example


Text Example

White with #816296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #816296; }

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

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

background-color css

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

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

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

border-color css

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

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

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