Html Css Color HEX #816AAD Deluge

📋 copy color: '#816AAD'

red 129 ◦ green 106 ◦ blue 173

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

Shades of Deluge #816AAD

Tints of Deluge #816AAD

RGB

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

 GREEN value IS 106 (41.8% from 255) = 25.98%

 BLUE value IS 173 (67.97% from 255) = 42.4%

R = 31.62%
G = 25.98%
B = 42.4%

CMYK

 C value IS 0.25

 M value IS 0.39

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#816AAD (or 0x816AAD) is known color: Deluge. HEX triplet: 81, 6A and AD. RGB value is (129,106,173). Sum of RGB (Red+Green+Blue) = 129+106+173=408 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.62% from 408); Green value is 106 (41.80% from 255 or 25.98% from 408); Blue value is 173 (67.97% from 255 or 42.40% from 408); Max value from RGB is 173 - color contains mainly: blue. Hex color #816AAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #816AAD is #7E9552. Grayscale: #787878. Windows color (decimal): -8295763 or 11364993. OLE color: 11364993.

HSL color Cylindrical-coordinate representation of color #816AAD: hue angle of 260.6º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #816AAD is Cyan = 0.25, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 129 106 173 -
CMYK 0.25 0.39 0 0.32
HSL 260.6º 0.29% 0.55% -
HSV(B) 260.6º 0.39% 0.68% -
XYZ 21.75 17.99 41.86 -
YUV 120.52 157.62 134.05 -
System Red Green Blue C M Y K H S L
Decimal 129 106 173 0.25 0.39 0 0.32 260.6 0.29 0.55
Hex 81 6A AD 19 27 0 20 105 1D 37
Octal 201 152 255 31 47 0 40 405 35 67
Binary 10000001 1101010 10101101 11001 100111 0 100000 100000101 11101 110111

Color Harmonies of #816AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #816AAD

Black with #816AAD

Text Example


Text Example

White with #816AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,106,173); }

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

background-color css

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

 a { background-color: rgb(129,106,173); }

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

border-color css

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

 span { border-color: rgb(129,106,173); }

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