Html Css Color HEX #816595 Ce Soir

📋 copy color: '#816595'

red 129 ◦ green 101 ◦ blue 149

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

Shades of Ce Soir #816595

Tints of Ce Soir #816595

RGB

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

 GREEN value IS 101 (39.84% from 255) = 26.65%

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

R = 34.04%
G = 26.65%
B = 39.31%

CMYK

 C value IS 0.13

 M value IS 0.32

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#816595 (or 0x816595) is known color: Ce Soir. HEX triplet: 81, 65 and 95. RGB value is (129,101,149). Sum of RGB (Red+Green+Blue) = 129+101+149=379 (50% of max value = 765). Red value is 129 (50.78% from 255 or 34.04% from 379); Green value is 101 (39.84% from 255 or 26.65% from 379); Blue value is 149 (58.59% from 255 or 39.31% from 379); Max value from RGB is 149 - color contains mainly: blue. Hex color #816595 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #816595 is #7E9A6A. Grayscale: #727272. Windows color (decimal): -8297067 or 9790849. OLE color: 9790849.

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

Color convert

RGB 129 101 149 -
CMYK 0.13 0.32 0 0.42
HSL 275º 0.19% 0.49% -
HSV(B) 275º 0.32% 0.58% -
XYZ 19.13 16.14 30.54 -
YUV 114.84 147.28 138.1 -
System Red Green Blue C M Y K H S L
Decimal 129 101 149 0.13 0.32 0 0.42 275 0.19 0.49
Hex 81 65 95 D 20 0 2A 113 13 31
Octal 201 145 225 15 40 0 52 423 23 61
Binary 10000001 1100101 10010101 1101 100000 0 101010 100010011 10011 110001

Color Harmonies of #816595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #816595

Black with #816595

Text Example


Text Example

White with #816595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #816595; }

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

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

background-color css

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

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

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

border-color css

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

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

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