#852599

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

Shades of Vivid Violet #852599

Tints of Vivid Violet #852599

Color information

#852599 (or 0x852599) is unknown color: approx Vivid Violet. HEX triplet: 85, 25 and 99. RGB value is (133,37,153). Sum of RGB (Red+Green+Blue) = 133+37+153=323 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.18% from 323); Green value is 37 (14.84% from 255 or 11.46% from 323); Blue value is 153 (60.16% from 255 or 47.37% from 323); Max value from RGB is 153 - color contains mainly: blue. Hex color #852599 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #852599 is #7ADA66. Grayscale: #4E4E4E. Windows color (decimal): -8051303 or 10036613. OLE color: 10036613.

HSL color Cylindrical-coordinate representation of color #852599: hue angle of 289.66º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #852599 is Cyan = 0.13, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB13337153-
CMYK0.130.7600.4
HSL289.66º61.05%37.25%-
HSV(B)289.66º75.82%60%-
XYZ16.088.6130.95-
YUV78.93169.8166.57-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 41.18%
GREEN value IS 37 (14.84% from 255) = 11.46%
BLUE value IS 153 (60.16% from 255) = 47.37%
R=41.18%
G=11.46%
B=47.37%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal133371530.130.7600.4289.6661.0537.25
Hex852599D4C0281223d25
Octal20545231151140504427545
Binary1000010110010110011001110110011000101000100100010111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #852599; }

 p { color: rgb(133,37,153); }

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

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

 a { background-color: rgb(133,37,153); }

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

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

 span { border-color: rgb(133,37,153); }

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