#83106C

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

Shades of Dark Purple #83106C

Tints of Dark Purple #83106C

Color information

#83106C (or 0x83106C) is unknown color: approx Dark Purple. HEX triplet: 83, 10 and 6C. RGB value is (131,16,108). Sum of RGB (Red+Green+Blue) = 131+16+108=255 (33% of max value = 765). Red value is 131 (51.56% from 255 or 51.37% from 255); Green value is 16 (6.64% from 255 or 6.27% from 255); Blue value is 108 (42.58% from 255 or 42.35% from 255); Max value from RGB is 131 - color contains mainly: red. Hex color #83106C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #83106C is #7CEF93. Grayscale: #3C3C3C. Windows color (decimal): -8187796 or 7082115. OLE color: 7082115.

HSL color Cylindrical-coordinate representation of color #83106C: hue angle of 312º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #83106C is Cyan = 0, Magento = 0.88, Yellow = 0.18 and Black (K on CMYK) = 0.49.

Color convert

RGB13116108-
CMYK00.880.180.49
HSL312º78.23%28.82%-
HSV(B)312º87.79%51.37%-
XYZ12.256.2814.75-
YUV60.87154.6178.02-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 51.37%
GREEN value IS 16 (6.64% from 255) = 6.27%
BLUE value IS 108 (42.58% from 255) = 42.35%
R=51.37%
G=6.27%
B=42.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.18
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1311610800.880.180.4931278.2328.82
Hex83106C05812311384e1d
Octal203201540130226147011635
Binary100000111000011011000101100010010110001100111000100111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83106C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83106C; }

 p { color: rgb(131,16,108); }

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

<style>
 a { background-color: #83106C; }

 a { background-color: rgb(131,16,108); }

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

<style>
 span { border-color: #83106C; }

 span { border-color: rgb(131,16,108); }

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