Html Css Color HEX #816DB4 Deluge

📋 copy color: '#816DB4'

red 129 ◦ green 109 ◦ blue 180

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

Shades of Deluge #816DB4

Tints of Deluge #816DB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 43.06%

R = 30.86%
G = 26.08%
B = 43.06%

CMYK

 C value IS 0.28

 M value IS 0.39

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#816DB4 (or 0x816DB4) is known color: Deluge. HEX triplet: 81, 6D and B4. RGB value is (129,109,180). Sum of RGB (Red+Green+Blue) = 129+109+180=418 (55% of max value = 765). Red value is 129 (50.78% from 255 or 30.86% from 418); Green value is 109 (42.97% from 255 or 26.08% from 418); Blue value is 180 (70.70% from 255 or 43.06% from 418); Max value from RGB is 180 - color contains mainly: blue. Hex color #816DB4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #816DB4 is #7E924B. Grayscale: #7A7A7A. Windows color (decimal): -8294988 or 11824513. OLE color: 11824513.

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

Color convert

RGB 129 109 180 -
CMYK 0.28 0.39 0 0.29
HSL 256.9º 0.32% 0.57% -
HSV(B) 256.9º 0.39% 0.71% -
XYZ 22.76 18.9 45.63 -
YUV 123.07 160.13 132.23 -
System Red Green Blue C M Y K H S L
Decimal 129 109 180 0.28 0.39 0 0.29 256.9 0.32 0.57
Hex 81 6D B4 1C 27 0 1D 101 20 39
Octal 201 155 264 34 47 0 35 401 40 71
Binary 10000001 1101101 10110100 11100 100111 0 11101 100000001 100000 111001

Color Harmonies of #816DB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #816DB4

Black with #816DB4

Text Example


Text Example

White with #816DB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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