Html Css Color HEX #83659F Deluge

📋 copy color: '#83659F'

red 131 ◦ green 101 ◦ blue 159

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

Shades of Deluge #83659F

Tints of Deluge #83659F

RGB

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

 GREEN value IS 101 (39.84% from 255) = 25.83%

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

R = 33.5%
G = 25.83%
B = 40.66%

CMYK

 C value IS 0.18

 M value IS 0.36

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#83659F (or 0x83659F) is known color: Deluge. HEX triplet: 83, 65 and 9F. RGB value is (131,101,159). Sum of RGB (Red+Green+Blue) = 131+101+159=391 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.50% from 391); Green value is 101 (39.84% from 255 or 25.83% from 391); Blue value is 159 (62.5% from 255 or 40.66% from 391); Max value from RGB is 159 - color contains mainly: blue. Hex color #83659F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #83659F is #7C9A60. Grayscale: #747474. Windows color (decimal): -8165985 or 10446211. OLE color: 10446211.

HSL color Cylindrical-coordinate representation of color #83659F: hue angle of 271.03º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #83659F is Cyan = 0.18, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 131 101 159 -
CMYK 0.18 0.36 0 0.38
HSL 271.03º 0.23% 0.51% -
HSV(B) 271.03º 0.36% 0.62% -
XYZ 20.27 16.64 34.94 -
YUV 116.58 151.94 138.28 -
System Red Green Blue C M Y K H S L
Decimal 131 101 159 0.18 0.36 0 0.38 271.03 0.23 0.51
Hex 83 65 9F 12 24 0 26 10F 17 33
Octal 203 145 237 22 44 0 46 417 27 63
Binary 10000011 1100101 10011111 10010 100100 0 100110 100001111 10111 110011

Color Harmonies of #83659F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83659F

Black with #83659F

Text Example


Text Example

White with #83659F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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