#83117A

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

Shades of Dark Purple #83117A

Tints of Dark Purple #83117A

Color information

#83117A (or 0x83117A) is unknown color: approx Dark Purple. HEX triplet: 83, 11 and 7A. RGB value is (131,17,122). Sum of RGB (Red+Green+Blue) = 131+17+122=270 (35% of max value = 765). Red value is 131 (51.56% from 255 or 48.52% from 270); Green value is 17 (7.03% from 255 or 6.30% from 270); Blue value is 122 (48.05% from 255 or 45.19% from 270); Max value from RGB is 131 - color contains mainly: red. Hex color #83117A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #83117A is #7CEE85. Grayscale: #3E3E3E. Windows color (decimal): -8187526 or 7999875. OLE color: 7999875.

HSL color Cylindrical-coordinate representation of color #83117A: hue angle of 304.74º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #83117A is Cyan = 0, Magento = 0.87, Yellow = 0.07 and Black (K on CMYK) = 0.49.

Color convert

RGB13117122-
CMYK00.870.070.49
HSL304.74º77.03%29.02%-
HSV(B)304.74º87.02%51.37%-
XYZ13.076.6319-
YUV63.06161.27176.46-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 48.52%
GREEN value IS 17 (7.03% from 255) = 6.30%
BLUE value IS 122 (48.05% from 255) = 45.19%
R=48.52%
G=6.30%
B=45.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.07
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1311712200.870.070.49304.7477.0329.02
Hex83117A0577311314d1d
Octal20321172012776146111535
Binary1000001110001111101001010111111110001100110001100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83117A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83117A; }

 p { color: rgb(131,17,122); }

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

<style>
 a { background-color: #83117A; }

 a { background-color: rgb(131,17,122); }

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

<style>
 span { border-color: #83117A; }

 span { border-color: rgb(131,17,122); }

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