Html Css Color HEX #816BAA Deluge

📋 copy color: '#816BAA'

red 129 ◦ green 107 ◦ blue 170

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

Shades of Deluge #816BAA

Tints of Deluge #816BAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 41.87%

R = 31.77%
G = 26.35%
B = 41.87%

CMYK

 C value IS 0.24

 M value IS 0.37

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#816BAA (or 0x816BAA) is known color: Deluge. HEX triplet: 81, 6B and AA. RGB value is (129,107,170). Sum of RGB (Red+Green+Blue) = 129+107+170=406 (53% of max value = 765). Red value is 129 (50.78% from 255 or 31.77% from 406); Green value is 107 (42.19% from 255 or 26.35% from 406); Blue value is 170 (66.80% from 255 or 41.87% from 406); Max value from RGB is 170 - color contains mainly: blue. Hex color #816BAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #816BAA is #7E9455. Grayscale: #787878. Windows color (decimal): -8295510 or 11168641. OLE color: 11168641.

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

Color convert

RGB 129 107 170 -
CMYK 0.24 0.37 0 0.33
HSL 260.95º 0.27% 0.54% -
HSV(B) 260.95º 0.37% 0.67% -
XYZ 21.57 18.08 40.38 -
YUV 120.76 155.79 133.88 -
System Red Green Blue C M Y K H S L
Decimal 129 107 170 0.24 0.37 0 0.33 260.95 0.27 0.54
Hex 81 6B AA 18 25 0 21 105 1B 36
Octal 201 153 252 30 45 0 41 405 33 66
Binary 10000001 1101011 10101010 11000 100101 0 100001 100000101 11011 110110

Color Harmonies of #816BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #816BAA

Black with #816BAA

Text Example


Text Example

White with #816BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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