#83227a

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

Shades of Dark Purple #83227A

Tints of Dark Purple #83227A

Color information

#83227A (or 0x83227A) is unknown color: approx Dark Purple. HEX triplet: 83, 22 and 7A. RGB value is (131,34,122). Sum of RGB (Red+Green+Blue) = 131+34+122=287 (38% of max value = 765). Red value is 131 (51.56% from 255 or 45.64% from 287); Green value is 34 (13.67% from 255 or 11.85% from 287); Blue value is 122 (48.05% from 255 or 42.51% from 287); Max value from RGB is 131 - color contains mainly: red. Hex color #83227A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83227A is #7CDD85. Grayscale: #484848. Windows color (decimal): -8183174 or 8004227. OLE color: 8004227.

HSL color Cylindrical-coordinate representation of color #83227A: hue angle of 305.57º degrees, saturation: 0.59, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #83227A is Cyan = 0, Magento = 0.74, Yellow = 0.07 and Black (K on CMYK) = 0.49.

Color convert

RGB13134122-
CMYK00.740.070.49
HSL305.57º58.79%32.35%-
HSV(B)305.57º74.05%51.37%-
XYZ13.447.3719.13-
YUV73.04155.64169.34-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 45.64%
GREEN value IS 34 (13.67% from 255) = 11.85%
BLUE value IS 122 (48.05% from 255) = 42.51%
R=45.64%
G=11.85%
B=42.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.07
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1313412200.740.070.49305.5758.7932.35
Hex83227A04A7311323b20
Octal2034217201127614627340
Binary10000011100010111101001001010111110001100110010111011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83227a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83227a; }

 p { color: rgb(131,34,122); }

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

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

 a { background-color: rgb(131,34,122); }

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

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

 span { border-color: rgb(131,34,122); }

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