#85199B

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

Shades of Vivid Violet #85199B

Tints of Vivid Violet #85199B

Color information

#85199B (or 0x85199B) is unknown color: approx Vivid Violet. HEX triplet: 85, 19 and 9B. RGB value is (133,25,155). Sum of RGB (Red+Green+Blue) = 133+25+155=313 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.49% from 313); Green value is 25 (10.16% from 255 or 7.99% from 313); Blue value is 155 (60.94% from 255 or 49.52% from 313); Max value from RGB is 155 - color contains mainly: blue. Hex color #85199B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #85199B is #7AE664. Grayscale: #474747. Windows color (decimal): -8054373 or 10164613. OLE color: 10164613.

HSL color Cylindrical-coordinate representation of color #85199B: hue angle of 289.85º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #85199B is Cyan = 0.14, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB13325155-
CMYK0.140.8400.39
HSL289.85º72.22%35.29%-
HSV(B)289.85º83.87%60.78%-
XYZ15.948.0531.72-
YUV72.11174.78171.43-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 42.49%
GREEN value IS 25 (10.16% from 255) = 7.99%
BLUE value IS 155 (60.94% from 255) = 49.52%
R=42.49%
G=7.99%
B=49.52%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal133251550.140.8400.39289.8572.2235.29
Hex85199BE540271224823
Octal205312331612404744211043
Binary1000010111001100110111110101010001001111001000101001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85199B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85199B; }

 p { color: rgb(133,25,155); }

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

<style>
 a { background-color: #85199B; }

 a { background-color: rgb(133,25,155); }

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

<style>
 span { border-color: #85199B; }

 span { border-color: rgb(133,25,155); }

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