#852699

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

Shades of Vivid Violet #852699

Tints of Vivid Violet #852699

Color information

#852699 (or 0x852699) is unknown color: approx Vivid Violet. HEX triplet: 85, 26 and 99. RGB value is (133,38,153). Sum of RGB (Red+Green+Blue) = 133+38+153=324 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.05% from 324); Green value is 38 (15.23% from 255 or 11.73% from 324); Blue value is 153 (60.16% from 255 or 47.22% from 324); Max value from RGB is 153 - color contains mainly: blue. Hex color #852699 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #852699 is #7AD966. Grayscale: #4F4F4F. Windows color (decimal): -8051047 or 10036869. OLE color: 10036869.

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

Color convert

RGB13338153-
CMYK0.130.7500.4
HSL289.57º60.21%37.45%-
HSV(B)289.57º75.16%60%-
XYZ16.128.6730.96-
YUV79.51169.47166.15-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 41.05%
GREEN value IS 38 (15.23% from 255) = 11.73%
BLUE value IS 153 (60.16% from 255) = 47.22%
R=41.05%
G=11.73%
B=47.22%

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
Decimal133381530.130.7500.4289.5760.2137.45
Hex852699D4B0281223c25
Octal20546231151130504427445
Binary1000010110011010011001110110010110101000100100010111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #852699; }

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

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

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

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

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

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

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

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