#83367F

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

Shades of Dark Purple #83367F

Tints of Dark Purple #83367F

Color information

#83367F (or 0x83367F) is unknown color: approx Dark Purple. HEX triplet: 83, 36 and 7F. RGB value is (131,54,127). Sum of RGB (Red+Green+Blue) = 131+54+127=312 (41% of max value = 765). Red value is 131 (51.56% from 255 or 41.99% from 312); Green value is 54 (21.48% from 255 or 17.31% from 312); Blue value is 127 (50% from 255 or 40.71% from 312); Max value from RGB is 131 - color contains mainly: red. Hex color #83367F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83367F is #7CC980. Grayscale: #555555. Windows color (decimal): -8178049 or 8337027. OLE color: 8337027.

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

Color convert

RGB13154127-
CMYK00.590.030.49
HSL303.12º41.62%36.27%-
HSV(B)303.12º58.78%51.37%-
XYZ14.51921.05-
YUV85.34151.51160.56-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 41.99%
GREEN value IS 54 (21.48% from 255) = 17.31%
BLUE value IS 127 (50% from 255) = 40.71%
R=41.99%
G=17.31%
B=40.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.03
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1315412700.590.030.49303.1241.6236.27
Hex83367F03B33112f2a24
Octal203661770733614575244
Binary100000111101101111111011101111110001100101111101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83367F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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