#852591

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

Shades of Vivid Violet #852591

Tints of Vivid Violet #852591

Color information

#852591 (or 0x852591) is unknown color: approx Vivid Violet. HEX triplet: 85, 25 and 91. RGB value is (133,37,145). Sum of RGB (Red+Green+Blue) = 133+37+145=315 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.22% from 315); Green value is 37 (14.84% from 255 or 11.75% from 315); Blue value is 145 (57.03% from 255 or 46.03% from 315); Max value from RGB is 145 - color contains mainly: blue. Hex color #852591 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #852591 is #7ADA6E. Grayscale: #4D4D4D. Windows color (decimal): -8051311 or 9512325. OLE color: 9512325.

HSL color Cylindrical-coordinate representation of color #852591: hue angle of 293.33º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #852591 is Cyan = 0.08, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB13337145-
CMYK0.080.7400.43
HSL293.33º59.34%35.69%-
HSV(B)293.33º74.48%56.86%-
XYZ15.458.3527.59-
YUV78.02165.8167.22-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 42.22%
GREEN value IS 37 (14.84% from 255) = 11.75%
BLUE value IS 145 (57.03% from 255) = 46.03%
R=42.22%
G=11.75%
B=46.03%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal133371450.080.7400.43293.3359.3435.69
Hex85259184A02B1253b24
Octal20545221101120534457344
Binary1000010110010110010001100010010100101011100100101111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #852591; }

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

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

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

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

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

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

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

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