#83127F

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

Shades of Dark Purple #83127F

Tints of Dark Purple #83127F

Color information

#83127F (or 0x83127F) is unknown color: approx Dark Purple. HEX triplet: 83, 12 and 7F. RGB value is (131,18,127). Sum of RGB (Red+Green+Blue) = 131+18+127=276 (36% of max value = 765). Red value is 131 (51.56% from 255 or 47.46% from 276); Green value is 18 (7.42% from 255 or 6.52% from 276); Blue value is 127 (50% from 255 or 46.01% from 276); Max value from RGB is 131 - color contains mainly: red. Hex color #83127F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #83127F is #7CED80. Grayscale: #3F3F3F. Windows color (decimal): -8187265 or 8327811. OLE color: 8327811.

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

Color convert

RGB13118127-
CMYK00.860.030.49
HSL302.12º75.84%29.22%-
HSV(B)302.12º86.26%51.37%-
XYZ13.416.7920.68-
YUV64.21163.44175.64-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 47.46%
GREEN value IS 18 (7.42% from 255) = 6.52%
BLUE value IS 127 (50% from 255) = 46.01%
R=47.46%
G=6.52%
B=46.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.03
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1311812700.860.030.49302.1275.8429.22
Hex83127F05633112e4c1d
Octal20322177012636145611435
Binary100000111001011111110101011011110001100101110100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83127F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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