#85226A

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

Shades of Dark Purple #85226A

Tints of Dark Purple #85226A

Color information

#85226A (or 0x85226A) is unknown color: approx Dark Purple. HEX triplet: 85, 22 and 6A. RGB value is (133,34,106). Sum of RGB (Red+Green+Blue) = 133+34+106=273 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.72% from 273); Green value is 34 (13.67% from 255 or 12.45% from 273); Blue value is 106 (41.80% from 255 or 38.83% from 273); Max value from RGB is 133 - color contains mainly: red. Hex color #85226A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85226A is #7ADD95. Grayscale: #474747. Windows color (decimal): -8052118 or 6955653. OLE color: 6955653.

HSL color Cylindrical-coordinate representation of color #85226A: hue angle of 316.36º degrees, saturation: 0.59, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #85226A is Cyan = 0, Magento = 0.74, Yellow = 0.20 and Black (K on CMYK) = 0.48.

Color convert

RGB13334106-
CMYK00.740.200.48
HSL316.36º59.28%32.75%-
HSV(B)316.36º74.44%52.16%-
XYZ12.857.1714.34-
YUV71.81147.3171.65-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 48.72%
GREEN value IS 34 (13.67% from 255) = 12.45%
BLUE value IS 106 (41.80% from 255) = 38.83%
R=48.72%
G=12.45%
B=38.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.20
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1333410600.740.200.48316.3659.2832.75
Hex85226A04A143013c3b21
Octal20542152011224604747341
Binary1000010110001011010100100101010100110000100111100111011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85226A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85226A; }

 p { color: rgb(133,34,106); }

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

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

 a { background-color: rgb(133,34,106); }

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

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

 span { border-color: rgb(133,34,106); }

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