#83126E

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

Shades of Dark Purple #83126E

Tints of Dark Purple #83126E

Color information

#83126E (or 0x83126E) is unknown color: approx Dark Purple. HEX triplet: 83, 12 and 6E. RGB value is (131,18,110). Sum of RGB (Red+Green+Blue) = 131+18+110=259 (34% of max value = 765). Red value is 131 (51.56% from 255 or 50.58% from 259); Green value is 18 (7.42% from 255 or 6.95% from 259); Blue value is 110 (43.36% from 255 or 42.47% from 259); Max value from RGB is 131 - color contains mainly: red. Hex color #83126E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #83126E is #7CED91. Grayscale: #3E3E3E. Windows color (decimal): -8187282 or 7213699. OLE color: 7213699.

HSL color Cylindrical-coordinate representation of color #83126E: hue angle of 311.15º 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 #83126E is Cyan = 0, Magento = 0.86, Yellow = 0.16 and Black (K on CMYK) = 0.49.

Color convert

RGB13118110-
CMYK00.860.160.49
HSL311.15º75.84%29.22%-
HSV(B)311.15º86.26%51.37%-
XYZ12.396.3815.33-
YUV62.28154.94177.02-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 50.58%
GREEN value IS 18 (7.42% from 255) = 6.95%
BLUE value IS 110 (43.36% from 255) = 42.47%
R=50.58%
G=6.95%
B=42.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.16
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1311811000.860.160.49311.1575.8429.22
Hex83126E05610311374c1d
Octal203221560126206146711435
Binary100000111001011011100101011010000110001100110111100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83126E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83126E; }

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

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

<style>
 a { background-color: #83126E; }

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

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

<style>
 span { border-color: #83126E; }

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

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