Html Css Color HEX #816495 Ce Soir

📋 copy color: '#816495'

red 129 ◦ green 100 ◦ blue 149

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

Shades of Ce Soir #816495

Tints of Ce Soir #816495

RGB

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

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

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

R = 34.13%
G = 26.46%
B = 39.42%

CMYK

 C value IS 0.13

 M value IS 0.33

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#816495 (or 0x816495) is known color: Ce Soir. HEX triplet: 81, 64 and 95. RGB value is (129,100,149). Sum of RGB (Red+Green+Blue) = 129+100+149=378 (50% of max value = 765). Red value is 129 (50.78% from 255 or 34.13% from 378); Green value is 100 (39.45% from 255 or 26.46% from 378); Blue value is 149 (58.59% from 255 or 39.42% from 378); Max value from RGB is 149 - color contains mainly: blue. Hex color #816495 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #816495 is #7E9B6A. Grayscale: #727272. Windows color (decimal): -8297323 or 9790593. OLE color: 9790593.

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

Color convert

RGB 129 100 149 -
CMYK 0.13 0.33 0 0.42
HSL 275.51º 0.2% 0.49% -
HSV(B) 275.51º 0.33% 0.58% -
XYZ 19.04 15.95 30.51 -
YUV 114.26 147.61 138.52 -
System Red Green Blue C M Y K H S L
Decimal 129 100 149 0.13 0.33 0 0.42 275.51 0.2 0.49
Hex 81 64 95 D 21 0 2A 114 14 31
Octal 201 144 225 15 41 0 52 424 24 61
Binary 10000001 1100100 10010101 1101 100001 0 101010 100010100 10100 110001

Color Harmonies of #816495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #816495

Black with #816495

Text Example


Text Example

White with #816495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #816495; }

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

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

background-color css

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

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

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

border-color css

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

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

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