Html Css Color HEX #83719B Deluge

📋 copy color: '#83719B'

red 131 ◦ green 113 ◦ blue 155

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

Shades of Deluge #83719B

Tints of Deluge #83719B

RGB

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

 GREEN value IS 113 (44.53% from 255) = 28.32%

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

R = 32.83%
G = 28.32%
B = 38.85%

CMYK

 C value IS 0.15

 M value IS 0.27

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#83719B (or 0x83719B) is known color: Deluge. HEX triplet: 83, 71 and 9B. RGB value is (131,113,155). Sum of RGB (Red+Green+Blue) = 131+113+155=399 (52% of max value = 765). Red value is 131 (51.56% from 255 or 32.83% from 399); Green value is 113 (44.53% from 255 or 28.32% from 399); Blue value is 155 (60.94% from 255 or 38.85% from 399); Max value from RGB is 155 - color contains mainly: blue. Hex color #83719B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #83719B is #7C8E64. Grayscale: #7B7B7B. Windows color (decimal): -8162917 or 10187139. OLE color: 10187139.

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

Color convert

RGB 131 113 155 -
CMYK 0.15 0.27 0 0.39
HSL 265.71º 0.17% 0.53% -
HSV(B) 265.71º 0.27% 0.61% -
XYZ 21.18 19 33.56 -
YUV 123.17 145.96 133.58 -
System Red Green Blue C M Y K H S L
Decimal 131 113 155 0.15 0.27 0 0.39 265.71 0.17 0.53
Hex 83 71 9B F 1B 0 27 10A 11 35
Octal 203 161 233 17 33 0 47 412 21 65
Binary 10000011 1110001 10011011 1111 11011 0 100111 100001010 10001 110101

Color Harmonies of #83719B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83719B

Black with #83719B

Text Example


Text Example

White with #83719B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,113,155); }

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

background-color css

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

 a { background-color: rgb(131,113,155); }

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

border-color css

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

 span { border-color: rgb(131,113,155); }

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