#85096F

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

Shades of Dark Purple #85096F

Tints of Dark Purple #85096F

Color information

#85096F (or 0x85096F) is unknown color: approx Dark Purple. HEX triplet: 85, 09 and 6F. RGB value is (133,9,111). Sum of RGB (Red+Green+Blue) = 133+9+111=253 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.57% from 253); Green value is 9 (3.91% from 255 or 3.56% from 253); Blue value is 111 (43.75% from 255 or 43.87% from 253); Max value from RGB is 133 - color contains mainly: red. Hex color #85096F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #85096F is #7AF690. Grayscale: #393939. Windows color (decimal): -8058513 or 7276933. OLE color: 7276933.

HSL color Cylindrical-coordinate representation of color #85096F: hue angle of 310.65º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #85096F is Cyan = 0, Magento = 0.93, Yellow = 0.17 and Black (K on CMYK) = 0.48.

Color convert

RGB1339111-
CMYK00.930.170.48
HSL310.65º87.32%27.84%-
HSV(B)310.65º93.23%52.16%-
XYZ12.646.3315.59-
YUV57.7158.08181.71-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 52.57%
GREEN value IS 9 (3.91% from 255) = 3.56%
BLUE value IS 111 (43.75% from 255) = 43.87%
R=52.57%
G=3.56%
B=43.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.17
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133911100.930.170.48310.6587.3227.84
Hex8596F05D1130137571c
Octal205111570135216046712734
Binary10000101100111011110101110110001110000100110111101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85096F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85096F; }

 p { color: rgb(133,9,111); }

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

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

 a { background-color: rgb(133,9,111); }

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

<style>
 span { border-color: #85096F; }

 span { border-color: rgb(133,9,111); }

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