Html Css Color HEX #816B9E Deluge

📋 copy color: '#816B9E'

red 129 ◦ green 107 ◦ blue 158

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

Shades of Deluge #816B9E

Tints of Deluge #816B9E

RGB

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

 GREEN value IS 107 (42.19% from 255) = 27.16%

 BLUE value IS 158 (62.11% from 255) = 40.1%

R = 32.74%
G = 27.16%
B = 40.1%

CMYK

 C value IS 0.18

 M value IS 0.32

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#816B9E (or 0x816B9E) is known color: Deluge. HEX triplet: 81, 6B and 9E. RGB value is (129,107,158). Sum of RGB (Red+Green+Blue) = 129+107+158=394 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.74% from 394); Green value is 107 (42.19% from 255 or 27.16% from 394); Blue value is 158 (62.11% from 255 or 40.10% from 394); Max value from RGB is 158 - color contains mainly: blue. Hex color #816B9E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #816B9E is #7E9461. Grayscale: #777777. Windows color (decimal): -8295522 or 10382209. OLE color: 10382209.

HSL color Cylindrical-coordinate representation of color #816B9E: hue angle of 265.88º degrees, saturation: 0.21, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #816B9E is Cyan = 0.18, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 129 107 158 -
CMYK 0.18 0.32 0 0.38
HSL 265.88º 0.21% 0.52% -
HSV(B) 265.88º 0.32% 0.62% -
XYZ 20.48 17.65 34.68 -
YUV 119.39 149.79 134.85 -
System Red Green Blue C M Y K H S L
Decimal 129 107 158 0.18 0.32 0 0.38 265.88 0.21 0.52
Hex 81 6B 9E 12 20 0 26 10A 15 34
Octal 201 153 236 22 40 0 46 412 25 64
Binary 10000001 1101011 10011110 10010 100000 0 100110 100001010 10101 110100

Color Harmonies of #816B9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #816B9E

Black with #816B9E

Text Example


Text Example

White with #816B9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #816B9E; }

 p { color: rgb(129,107,158); }

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

background-color css

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

 a { background-color: rgb(129,107,158); }

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

border-color css

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

 span { border-color: rgb(129,107,158); }

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