Html Css Color HEX #816695 Ce Soir

📋 copy color: '#816695'

red 129 ◦ green 102 ◦ blue 149

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

Shades of Ce Soir #816695

Tints of Ce Soir #816695

RGB

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

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

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

R = 33.95%
G = 26.84%
B = 39.21%

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

#816695 (or 0x816695) is known color: Ce Soir. HEX triplet: 81, 66 and 95. RGB value is (129,102,149). Sum of RGB (Red+Green+Blue) = 129+102+149=380 (50% of max value = 765). Red value is 129 (50.78% from 255 or 33.95% from 380); Green value is 102 (40.23% from 255 or 26.84% from 380); Blue value is 149 (58.59% from 255 or 39.21% from 380); Max value from RGB is 149 - color contains mainly: blue. Hex color #816695 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #816695 is #7E996A. Grayscale: #737373. Windows color (decimal): -8296811 or 9791105. OLE color: 9791105.

HSL color Cylindrical-coordinate representation of color #816695: hue angle of 274.47º 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 #816695 is Cyan = 0.13, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 129 102 149 -
CMYK 0.13 0.32 0 0.42
HSL 274.47º 0.19% 0.49% -
HSV(B) 274.47º 0.32% 0.58% -
XYZ 19.23 16.34 30.57 -
YUV 115.43 146.95 137.68 -
System Red Green Blue C M Y K H S L
Decimal 129 102 149 0.13 0.32 0 0.42 274.47 0.19 0.49
Hex 81 66 95 D 20 0 2A 112 13 31
Octal 201 146 225 15 40 0 52 422 23 61
Binary 10000001 1100110 10010101 1101 100000 0 101010 100010010 10011 110001

Color Harmonies of #816695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #816695

Black with #816695

Text Example


Text Example

White with #816695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #816695; }

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

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

background-color css

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

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

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

border-color css

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

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

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