#83196E

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

Shades of Dark Purple #83196E

Tints of Dark Purple #83196E

Color information

#83196E (or 0x83196E) is unknown color: approx Dark Purple. HEX triplet: 83, 19 and 6E. RGB value is (131,25,110). Sum of RGB (Red+Green+Blue) = 131+25+110=266 (35% of max value = 765). Red value is 131 (51.56% from 255 or 49.25% from 266); Green value is 25 (10.16% from 255 or 9.40% from 266); Blue value is 110 (43.36% from 255 or 41.35% from 266); Max value from RGB is 131 - color contains mainly: red. Hex color #83196E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #83196E is #7CE691. Grayscale: #424242. Windows color (decimal): -8185490 or 7215491. OLE color: 7215491.

HSL color Cylindrical-coordinate representation of color #83196E: hue angle of 311.89º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #83196E is Cyan = 0, Magento = 0.81, Yellow = 0.16 and Black (K on CMYK) = 0.49.

Color convert

RGB13125110-
CMYK00.810.160.49
HSL311.89º67.95%30.59%-
HSV(B)311.89º80.92%51.37%-
XYZ12.526.6515.37-
YUV66.38152.62174.09-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 49.25%
GREEN value IS 25 (10.16% from 255) = 9.40%
BLUE value IS 110 (43.36% from 255) = 41.35%
R=49.25%
G=9.40%
B=41.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.16
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1312511000.810.160.49311.8967.9530.59
Hex83196E0511031138441f
Octal203311560121206147010437
Binary100000111100111011100101000110000110001100111000100010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83196E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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