#852896

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

Shades of Vivid Violet #852896

Tints of Vivid Violet #852896

Color information

#852896 (or 0x852896) is unknown color: approx Vivid Violet. HEX triplet: 85, 28 and 96. RGB value is (133,40,150). Sum of RGB (Red+Green+Blue) = 133+40+150=323 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.18% from 323); Green value is 40 (16.02% from 255 or 12.38% from 323); Blue value is 150 (58.98% from 255 or 46.44% from 323); Max value from RGB is 150 - color contains mainly: blue. Hex color #852896 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #852896 is #7AD769. Grayscale: #505050. Windows color (decimal): -8050538 or 9840773. OLE color: 9840773.

HSL color Cylindrical-coordinate representation of color #852896: hue angle of 290.73º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #852896 is Cyan = 0.11, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB13340150-
CMYK0.110.7300.41
HSL290.73º57.89%37.25%-
HSV(B)290.73º73.33%58.82%-
XYZ15.948.7129.69-
YUV80.35167.31165.56-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 41.18%
GREEN value IS 40 (16.02% from 255) = 12.38%
BLUE value IS 150 (58.98% from 255) = 46.44%
R=41.18%
G=12.38%
B=46.44%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal133401500.110.7300.41290.7357.8937.25
Hex852896B490291233a25
Octal20550226131110514437245
Binary1000010110100010010110101110010010101001100100011111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #852896; }

 p { color: rgb(133,40,150); }

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

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

 a { background-color: rgb(133,40,150); }

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

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

 span { border-color: rgb(133,40,150); }

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