#852799

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

Shades of Vivid Violet #852799

Tints of Vivid Violet #852799

Color information

#852799 (or 0x852799) is unknown color: approx Vivid Violet. HEX triplet: 85, 27 and 99. RGB value is (133,39,153). Sum of RGB (Red+Green+Blue) = 133+39+153=325 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.92% from 325); Green value is 39 (15.62% from 255 or 12% from 325); Blue value is 153 (60.16% from 255 or 47.08% from 325); Max value from RGB is 153 - color contains mainly: blue. Hex color #852799 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #852799 is #7AD866. Grayscale: #4F4F4F. Windows color (decimal): -8050791 or 10037125. OLE color: 10037125.

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

Color convert

RGB13339153-
CMYK0.130.7500.4
HSL289.47º59.38%37.65%-
HSV(B)289.47º74.51%60%-
XYZ16.158.7430.97-
YUV80.1169.14165.73-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 40.92%
GREEN value IS 39 (15.62% from 255) = 12%
BLUE value IS 153 (60.16% from 255) = 47.08%
R=40.92%
G=12%
B=47.08%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal133391530.130.7500.4289.4759.3837.65
Hex852799D4B0281213b26
Octal20547231151130504417346
Binary1000010110011110011001110110010110101000100100001111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #852799; }

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

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

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

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

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

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

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

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