Html Css Color HEX #817399 Deluge

📋 copy color: '#817399'

red 129 ◦ green 115 ◦ blue 153

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

Shades of Deluge #817399

Tints of Deluge #817399

RGB

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

 GREEN value IS 115 (45.31% from 255) = 28.97%

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

R = 32.49%
G = 28.97%
B = 38.54%

CMYK

 C value IS 0.16

 M value IS 0.25

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#817399 (or 0x817399) is known color: Deluge. HEX triplet: 81, 73 and 99. RGB value is (129,115,153). Sum of RGB (Red+Green+Blue) = 129+115+153=397 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.49% from 397); Green value is 115 (45.31% from 255 or 28.97% from 397); Blue value is 153 (60.16% from 255 or 38.54% from 397); Max value from RGB is 153 - color contains mainly: blue. Hex color #817399 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #817399 is #7E8C66. Grayscale: #7B7B7B. Windows color (decimal): -8293479 or 10056577. OLE color: 10056577.

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

Color convert

RGB 129 115 153 -
CMYK 0.16 0.25 0 0.4
HSL 262.11º 0.16% 0.53% -
HSV(B) 262.11º 0.25% 0.6% -
XYZ 20.93 19.23 32.75 -
YUV 123.52 144.64 131.91 -
System Red Green Blue C M Y K H S L
Decimal 129 115 153 0.16 0.25 0 0.4 262.11 0.16 0.53
Hex 81 73 99 10 19 0 28 106 10 35
Octal 201 163 231 20 31 0 50 406 20 65
Binary 10000001 1110011 10011001 10000 11001 0 101000 100000110 10000 110101

Color Harmonies of #817399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #817399

Black with #817399

Text Example


Text Example

White with #817399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #817399; }

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

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

background-color css

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

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

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

border-color css

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

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

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