Html Css Color HEX #83709F Deluge

📋 copy color: '#83709F'

red 131 ◦ green 112 ◦ blue 159

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

Shades of Deluge #83709F

Tints of Deluge #83709F

RGB

 RED value IS 131 (51.56% from 255) = 32.59%

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

 BLUE value IS 159 (62.5% from 255) = 39.55%

R = 32.59%
G = 27.86%
B = 39.55%

CMYK

 C value IS 0.18

 M value IS 0.30

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#83709F (or 0x83709F) is known color: Deluge. HEX triplet: 83, 70 and 9F. RGB value is (131,112,159). Sum of RGB (Red+Green+Blue) = 131+112+159=402 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.59% from 402); Green value is 112 (44.14% from 255 or 27.86% from 402); Blue value is 159 (62.5% from 255 or 39.55% from 402); Max value from RGB is 159 - color contains mainly: blue. Hex color #83709F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #83709F is #7C8F60. Grayscale: #7A7A7A. Windows color (decimal): -8163169 or 10449027. OLE color: 10449027.

HSL color Cylindrical-coordinate representation of color #83709F: hue angle of 264.26º degrees, saturation: 0.2, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #83709F is Cyan = 0.18, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 131 112 159 -
CMYK 0.18 0.30 0 0.38
HSL 264.26º 0.2% 0.53% -
HSV(B) 264.26º 0.3% 0.62% -
XYZ 21.41 18.92 35.32 -
YUV 123.04 148.29 133.68 -
System Red Green Blue C M Y K H S L
Decimal 131 112 159 0.18 0.30 0 0.38 264.26 0.2 0.53
Hex 83 70 9F 12 1E 0 26 108 14 35
Octal 203 160 237 22 36 0 46 410 24 65
Binary 10000011 1110000 10011111 10010 11110 0 100110 100001000 10100 110101

Color Harmonies of #83709F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83709F

Black with #83709F

Text Example


Text Example

White with #83709F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83709F; }

 p { color: rgb(131,112,159); }

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

background-color css

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

 a { background-color: rgb(131,112,159); }

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

border-color css

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

 span { border-color: rgb(131,112,159); }

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