#833181

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

Shades of Dark Purple #833181

Tints of Dark Purple #833181

Color information

#833181 (or 0x833181) is unknown color: approx Dark Purple. HEX triplet: 83, 31 and 81. RGB value is (131,49,129). Sum of RGB (Red+Green+Blue) = 131+49+129=309 (40% of max value = 765). Red value is 131 (51.56% from 255 or 42.39% from 309); Green value is 49 (19.53% from 255 or 15.86% from 309); Blue value is 129 (50.78% from 255 or 41.75% from 309); Max value from RGB is 131 - color contains mainly: red. Hex color #833181 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #833181 is #7CCE7E. Grayscale: #525252. Windows color (decimal): -8179327 or 8466819. OLE color: 8466819.

HSL color Cylindrical-coordinate representation of color #833181: hue angle of 301.46º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #833181 is Cyan = 0, Magento = 0.63, Yellow = 0.02 and Black (K on CMYK) = 0.49.

Color convert

RGB13149129-
CMYK00.630.020.49
HSL301.46º45.56%35.29%-
HSV(B)301.46º62.6%51.37%-
XYZ14.428.6121.67-
YUV82.64154.17162.5-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 42.39%
GREEN value IS 49 (19.53% from 255) = 15.86%
BLUE value IS 129 (50.78% from 255) = 41.75%
R=42.39%
G=15.86%
B=41.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.02
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1314912900.630.020.49301.4645.5635.29
Hex83318103F23112d2e23
Octal203612010772614555643
Binary1000001111000110000001011111110110001100101101101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #833181

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #833181; }

 p { color: rgb(131,49,129); }

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

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

 a { background-color: rgb(131,49,129); }

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

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

 span { border-color: rgb(131,49,129); }

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