#85209E

Color #85209E Vivid Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vivid Violet #85209E

Tints of Vivid Violet #85209E

Color information

#85209E (or 0x85209E) is unknown color: approx Vivid Violet. HEX triplet: 85, 20 and 9E. RGB value is (133,32,158). Sum of RGB (Red+Green+Blue) = 133+32+158=323 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.18% from 323); Green value is 32 (12.89% from 255 or 9.91% from 323); Blue value is 158 (62.11% from 255 or 48.92% from 323); Max value from RGB is 158 - color contains mainly: blue. Hex color #85209E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #85209E is #7ADF61. Grayscale: #4C4C4C. Windows color (decimal): -8052578 or 10363013. OLE color: 10363013.

HSL color Cylindrical-coordinate representation of color #85209E: hue angle of 288.1º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #85209E is Cyan = 0.16, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB13332158-
CMYK0.160.8000.38
HSL288.1º66.32%37.25%-
HSV(B)288.1º79.75%61.96%-
XYZ16.368.4933.12-
YUV76.56173.96168.25-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 41.18%
GREEN value IS 32 (12.89% from 255) = 9.91%
BLUE value IS 158 (62.11% from 255) = 48.92%
R=41.18%
G=9.91%
B=48.92%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal133321580.160.8000.38288.166.3237.25
Hex85209E10500261204225
Octal205402362012004644010245
Binary100001011000001001111010000101000001001101001000001000010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85209E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,32,158); }

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

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

 a { background-color: rgb(133,32,158); }

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

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

 span { border-color: rgb(133,32,158); }

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