#83237F

Color #83237F Dark Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Purple #83237F

Tints of Dark Purple #83237F

Color information

#83237F (or 0x83237F) is unknown color: approx Dark Purple. HEX triplet: 83, 23 and 7F. RGB value is (131,35,127). Sum of RGB (Red+Green+Blue) = 131+35+127=293 (38% of max value = 765). Red value is 131 (51.56% from 255 or 44.71% from 293); Green value is 35 (14.06% from 255 or 11.95% from 293); Blue value is 127 (50% from 255 or 43.34% from 293); Max value from RGB is 131 - color contains mainly: red. Hex color #83237F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83237F is #7CDC80. Grayscale: #494949. Windows color (decimal): -8182913 or 8332163. OLE color: 8332163.

HSL color Cylindrical-coordinate representation of color #83237F: hue angle of 302.5º degrees, saturation: 0.58, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #83237F is Cyan = 0, Magento = 0.73, Yellow = 0.03 and Black (K on CMYK) = 0.49.

Color convert

RGB13135127-
CMYK00.730.030.49
HSL302.5º57.83%32.55%-
HSV(B)302.5º73.28%51.37%-
XYZ13.797.5620.81-
YUV74.19157.8168.52-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 44.71%
GREEN value IS 35 (14.06% from 255) = 11.95%
BLUE value IS 127 (50% from 255) = 43.34%
R=44.71%
G=11.95%
B=43.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.03
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1313512700.730.030.49302.557.8332.55
Hex83237F04933112e3a21
Octal2034317701113614567241
Binary1000001110001111111110100100111110001100101110111010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83237F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,35,127); }

 H1.HeaderClassName
 {
   color: #83237F;
 }
 .AnyTagClassName
 {
   color: #83237F;
 }
</style>
background-color css

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

 a { background-color: rgb(131,35,127); }

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

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

 span { border-color: rgb(131,35,127); }

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