Html Css Color HEX #81709B Deluge

📋 copy color: '#81709B'

red 129 ◦ green 112 ◦ blue 155

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

Shades of Deluge #81709B

Tints of Deluge #81709B

RGB

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

 GREEN value IS 112 (44.14% from 255) = 28.28%

 BLUE value IS 155 (60.94% from 255) = 39.14%

R = 32.58%
G = 28.28%
B = 39.14%

CMYK

 C value IS 0.17

 M value IS 0.28

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#81709B (or 0x81709B) is known color: Deluge. HEX triplet: 81, 70 and 9B. RGB value is (129,112,155). Sum of RGB (Red+Green+Blue) = 129+112+155=396 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.58% from 396); Green value is 112 (44.14% from 255 or 28.28% from 396); Blue value is 155 (60.94% from 255 or 39.14% from 396); Max value from RGB is 155 - color contains mainly: blue. Hex color #81709B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #81709B is #7E8F64. Grayscale: #797979. Windows color (decimal): -8294245 or 10186881. OLE color: 10186881.

HSL color Cylindrical-coordinate representation of color #81709B: hue angle of 263.72º degrees, saturation: 0.18, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #81709B is Cyan = 0.17, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 129 112 155 -
CMYK 0.17 0.28 0 0.39
HSL 263.72º 0.18% 0.52% -
HSV(B) 263.72º 0.28% 0.61% -
XYZ 20.76 18.62 33.51 -
YUV 121.99 146.63 133 -
System Red Green Blue C M Y K H S L
Decimal 129 112 155 0.17 0.28 0 0.39 263.72 0.18 0.52
Hex 81 70 9B 11 1C 0 27 108 12 34
Octal 201 160 233 21 34 0 47 410 22 64
Binary 10000001 1110000 10011011 10001 11100 0 100111 100001000 10010 110100

Color Harmonies of #81709B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81709B

Black with #81709B

Text Example


Text Example

White with #81709B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #81709B; }

 p { color: rgb(129,112,155); }

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

background-color css

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

 a { background-color: rgb(129,112,155); }

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

border-color css

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

 span { border-color: rgb(129,112,155); }

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