#85187A

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

Shades of Dark Purple #85187A

Tints of Dark Purple #85187A

Color information

#85187A (or 0x85187A) is unknown color: approx Dark Purple. HEX triplet: 85, 18 and 7A. RGB value is (133,24,122). Sum of RGB (Red+Green+Blue) = 133+24+122=279 (36% of max value = 765). Red value is 133 (52.34% from 255 or 47.67% from 279); Green value is 24 (9.77% from 255 or 8.60% from 279); Blue value is 122 (48.05% from 255 or 43.73% from 279); Max value from RGB is 133 - color contains mainly: red. Hex color #85187A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #85187A is #7AE785. Grayscale: #434343. Windows color (decimal): -8054662 or 8001669. OLE color: 8001669.

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

Color convert

RGB13324122-
CMYK00.820.080.48
HSL306.06º69.43%30.78%-
HSV(B)306.06º81.95%52.16%-
XYZ13.517.0419.06-
YUV67.76158.61174.53-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 47.67%
GREEN value IS 24 (9.77% from 255) = 8.60%
BLUE value IS 122 (48.05% from 255) = 43.73%
R=47.67%
G=8.60%
B=43.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.08
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1332412200.820.080.48306.0669.4330.78
Hex85187A052830132451f
Octal205301720122106046210537
Binary10000101110001111010010100101000110000100110010100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85187A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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