Html Css Color HEX #83709E Deluge

📋 copy color: '#83709E'

red 131 ◦ green 112 ◦ blue 158

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

Shades of Deluge #83709E

Tints of Deluge #83709E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 39.4%

R = 32.67%
G = 27.93%
B = 39.4%

CMYK

 C value IS 0.17

 M value IS 0.29

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#83709E (or 0x83709E) is known color: Deluge. HEX triplet: 83, 70 and 9E. RGB value is (131,112,158). Sum of RGB (Red+Green+Blue) = 131+112+158=401 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.67% from 401); Green value is 112 (44.14% from 255 or 27.93% from 401); Blue value is 158 (62.11% from 255 or 39.40% from 401); Max value from RGB is 158 - color contains mainly: blue. Hex color #83709E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #83709E is #7C8F61. Grayscale: #7A7A7A. Windows color (decimal): -8163170 or 10383491. OLE color: 10383491.

HSL color Cylindrical-coordinate representation of color #83709E: hue angle of 264.78º degrees, saturation: 0.19, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #83709E is Cyan = 0.17, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 131 112 158 -
CMYK 0.17 0.29 0 0.38
HSL 264.78º 0.19% 0.53% -
HSV(B) 264.78º 0.29% 0.62% -
XYZ 21.33 18.88 34.87 -
YUV 122.93 147.79 133.76 -
System Red Green Blue C M Y K H S L
Decimal 131 112 158 0.17 0.29 0 0.38 264.78 0.19 0.53
Hex 83 70 9E 11 1D 0 26 109 13 35
Octal 203 160 236 21 35 0 46 411 23 65
Binary 10000011 1110000 10011110 10001 11101 0 100110 100001001 10011 110101

Color Harmonies of #83709E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83709E

Black with #83709E

Text Example


Text Example

White with #83709E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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