#85147E

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

Shades of Dark Purple #85147E

Tints of Dark Purple #85147E

Color information

#85147E (or 0x85147E) is unknown color: approx Dark Purple. HEX triplet: 85, 14 and 7E. RGB value is (133,20,126). Sum of RGB (Red+Green+Blue) = 133+20+126=279 (36% of max value = 765). Red value is 133 (52.34% from 255 or 47.67% from 279); Green value is 20 (8.20% from 255 or 7.17% from 279); Blue value is 126 (49.61% from 255 or 45.16% from 279); Max value from RGB is 133 - color contains mainly: red. Hex color #85147E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #85147E is #7AEB81. Grayscale: #414141. Windows color (decimal): -8055682 or 8262789. OLE color: 8262789.

HSL color Cylindrical-coordinate representation of color #85147E: hue angle of 303.72º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #85147E is Cyan = 0, Magento = 0.85, Yellow = 0.05 and Black (K on CMYK) = 0.48.

Color convert

RGB13320126-
CMYK00.850.050.48
HSL303.72º73.86%30%-
HSV(B)303.72º84.96%52.16%-
XYZ13.696.9920.37-
YUV65.87161.94175.88-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 47.67%
GREEN value IS 20 (8.20% from 255) = 7.17%
BLUE value IS 126 (49.61% from 255) = 45.16%
R=47.67%
G=7.17%
B=45.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.05
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1332012600.850.050.48303.7273.8630
Hex85147E0555301304a1e
Octal20524176012556046011236
Binary1000010110100111111001010101101110000100110000100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85147E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85147E; }

 p { color: rgb(133,20,126); }

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

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

 a { background-color: rgb(133,20,126); }

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

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

 span { border-color: rgb(133,20,126); }

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