#83167F

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

Shades of Dark Purple #83167F

Tints of Dark Purple #83167F

Color information

#83167F (or 0x83167F) is unknown color: approx Dark Purple. HEX triplet: 83, 16 and 7F. RGB value is (131,22,127). Sum of RGB (Red+Green+Blue) = 131+22+127=280 (37% of max value = 765). Red value is 131 (51.56% from 255 or 46.79% from 280); Green value is 22 (8.98% from 255 or 7.86% from 280); Blue value is 127 (50% from 255 or 45.36% from 280); Max value from RGB is 131 - color contains mainly: red. Hex color #83167F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #83167F is #7CE980. Grayscale: #424242. Windows color (decimal): -8186241 or 8328835. OLE color: 8328835.

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

Color convert

RGB13122127-
CMYK00.830.030.49
HSL302.2º71.24%30%-
HSV(B)302.2º83.21%51.37%-
XYZ13.486.9320.71-
YUV66.56162.11173.96-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 46.79%
GREEN value IS 22 (8.98% from 255) = 7.86%
BLUE value IS 127 (50% from 255) = 45.36%
R=46.79%
G=7.86%
B=45.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.03
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1312212700.830.030.49302.271.2430
Hex83167F05333112e471e
Octal20326177012336145610736
Binary100000111011011111110101001111110001100101110100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83167F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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