Html Css Color HEX #816BAB Deluge

📋 copy color: '#816BAB'

red 129 ◦ green 107 ◦ blue 171

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

Shades of Deluge #816BAB

Tints of Deluge #816BAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 42.01%

R = 31.7%
G = 26.29%
B = 42.01%

CMYK

 C value IS 0.25

 M value IS 0.37

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#816BAB (or 0x816BAB) is known color: Deluge. HEX triplet: 81, 6B and AB. RGB value is (129,107,171). Sum of RGB (Red+Green+Blue) = 129+107+171=407 (53% of max value = 765). Red value is 129 (50.78% from 255 or 31.70% from 407); Green value is 107 (42.19% from 255 or 26.29% from 407); Blue value is 171 (67.19% from 255 or 42.01% from 407); Max value from RGB is 171 - color contains mainly: blue. Hex color #816BAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #816BAB is #7E9454. Grayscale: #787878. Windows color (decimal): -8295509 or 11234177. OLE color: 11234177.

HSL color Cylindrical-coordinate representation of color #816BAB: hue angle of 260.62º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #816BAB is Cyan = 0.25, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 129 107 171 -
CMYK 0.25 0.37 0 0.33
HSL 260.63º 0.28% 0.55% -
HSV(B) 260.63º 0.37% 0.67% -
XYZ 21.66 18.12 40.88 -
YUV 120.87 156.29 133.8 -
System Red Green Blue C M Y K H S L
Decimal 129 107 171 0.25 0.37 0 0.33 260.63 0.28 0.55
Hex 81 6B AB 19 25 0 21 105 1C 37
Octal 201 153 253 31 45 0 41 405 34 67
Binary 10000001 1101011 10101011 11001 100101 0 100001 100000101 11100 110111

Color Harmonies of #816BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #816BAB

Black with #816BAB

Text Example


Text Example

White with #816BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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