Html Css Color HEX #816DB8 Deluge

📋 copy color: '#816DB8'

red 129 ◦ green 109 ◦ blue 184

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

Shades of Deluge #816DB8

Tints of Deluge #816DB8

RGB

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

 GREEN value IS 109 (42.97% from 255) = 25.83%

 BLUE value IS 184 (72.27% from 255) = 43.6%

R = 30.57%
G = 25.83%
B = 43.6%

CMYK

 C value IS 0.30

 M value IS 0.41

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#816DB8 (or 0x816DB8) is known color: Deluge. HEX triplet: 81, 6D and B8. RGB value is (129,109,184). Sum of RGB (Red+Green+Blue) = 129+109+184=422 (55% of max value = 765). Red value is 129 (50.78% from 255 or 30.57% from 422); Green value is 109 (42.97% from 255 or 25.83% from 422); Blue value is 184 (72.27% from 255 or 43.60% from 422); Max value from RGB is 184 - color contains mainly: blue. Hex color #816DB8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #816DB8 is #7E9247. Grayscale: #7B7B7B. Windows color (decimal): -8294984 or 12086657. OLE color: 12086657.

HSL color Cylindrical-coordinate representation of color #816DB8: hue angle of 256º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #816DB8 is Cyan = 0.30, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 129 109 184 -
CMYK 0.30 0.41 0 0.28
HSL 256º 0.35% 0.57% -
HSV(B) 256º 0.41% 0.72% -
XYZ 23.17 19.07 47.81 -
YUV 123.53 162.13 131.9 -
System Red Green Blue C M Y K H S L
Decimal 129 109 184 0.30 0.41 0 0.28 256 0.35 0.57
Hex 81 6D B8 1E 29 0 1C 100 23 39
Octal 201 155 270 36 51 0 34 400 43 71
Binary 10000001 1101101 10111000 11110 101001 0 11100 100000000 100011 111001

Color Harmonies of #816DB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #816DB8

Black with #816DB8

Text Example


Text Example

White with #816DB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,109,184); }

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

background-color css

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

 a { background-color: rgb(129,109,184); }

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

border-color css

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

 span { border-color: rgb(129,109,184); }

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