Html Css Color HEX #816599 Deluge

📋 copy color: '#816599'

red 129 ◦ green 101 ◦ blue 153

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

Shades of Deluge #816599

Tints of Deluge #816599

RGB

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

 GREEN value IS 101 (39.84% from 255) = 26.37%

 BLUE value IS 153 (60.16% from 255) = 39.95%

R = 33.68%
G = 26.37%
B = 39.95%

CMYK

 C value IS 0.16

 M value IS 0.34

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#816599 (or 0x816599) is known color: Deluge. HEX triplet: 81, 65 and 99. RGB value is (129,101,153). Sum of RGB (Red+Green+Blue) = 129+101+153=383 (50% of max value = 765). Red value is 129 (50.78% from 255 or 33.68% from 383); Green value is 101 (39.84% from 255 or 26.37% from 383); Blue value is 153 (60.16% from 255 or 39.95% from 383); Max value from RGB is 153 - color contains mainly: blue. Hex color #816599 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #816599 is #7E9A66. Grayscale: #737373. Windows color (decimal): -8297063 or 10052993. OLE color: 10052993.

HSL color Cylindrical-coordinate representation of color #816599: hue angle of 272.31º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #816599 is Cyan = 0.16, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 129 101 153 -
CMYK 0.16 0.34 0 0.4
HSL 272.31º 0.2% 0.5% -
HSV(B) 272.31º 0.34% 0.6% -
XYZ 19.46 16.27 32.25 -
YUV 115.3 149.28 137.77 -
System Red Green Blue C M Y K H S L
Decimal 129 101 153 0.16 0.34 0 0.4 272.31 0.2 0.5
Hex 81 65 99 10 22 0 28 110 14 32
Octal 201 145 231 20 42 0 50 420 24 62
Binary 10000001 1100101 10011001 10000 100010 0 101000 100010000 10100 110010

Color Harmonies of #816599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #816599

Black with #816599

Text Example


Text Example

White with #816599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #816599; }

 p { color: rgb(129,101,153); }

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

background-color css

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

 a { background-color: rgb(129,101,153); }

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

border-color css

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

 span { border-color: rgb(129,101,153); }

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