#85337A

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

Shades of Dark Purple #85337A

Tints of Dark Purple #85337A

Color information

#85337A (or 0x85337A) is unknown color: approx Dark Purple. HEX triplet: 85, 33 and 7A. RGB value is (133,51,122). Sum of RGB (Red+Green+Blue) = 133+51+122=306 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.46% from 306); Green value is 51 (20.31% from 255 or 16.67% from 306); Blue value is 122 (48.05% from 255 or 39.87% from 306); Max value from RGB is 133 - color contains mainly: red. Hex color #85337A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85337A is #7ACC85. Grayscale: #535353. Windows color (decimal): -8047750 or 8008581. OLE color: 8008581.

HSL color Cylindrical-coordinate representation of color #85337A: hue angle of 308.05º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #85337A is Cyan = 0, Magento = 0.62, Yellow = 0.08 and Black (K on CMYK) = 0.48.

Color convert

RGB13351122-
CMYK00.620.080.48
HSL308.05º44.57%36.08%-
HSV(B)308.05º61.65%52.16%-
XYZ14.378.7619.35-
YUV83.61149.67163.23-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 43.46%
GREEN value IS 51 (20.31% from 255) = 16.67%
BLUE value IS 122 (48.05% from 255) = 39.87%
R=43.46%
G=16.67%
B=39.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.08
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1335112200.620.080.48308.0544.5736.08
Hex85337A03E8301342d24
Octal2056317207610604645544
Binary10000101110011111101001111101000110000100110100101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85337A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,51,122); }

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

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

 a { background-color: rgb(133,51,122); }

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

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

 span { border-color: rgb(133,51,122); }

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