#852890

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

Shades of Vivid Violet #852890

Tints of Vivid Violet #852890

Color information

#852890 (or 0x852890) is unknown color: approx Vivid Violet. HEX triplet: 85, 28 and 90. RGB value is (133,40,144). Sum of RGB (Red+Green+Blue) = 133+40+144=317 (41% of max value = 765). Red value is 133 (52.34% from 255 or 41.96% from 317); Green value is 40 (16.02% from 255 or 12.62% from 317); Blue value is 144 (56.64% from 255 or 45.43% from 317); Max value from RGB is 144 - color contains mainly: blue. Hex color #852890 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #852890 is #7AD76F. Grayscale: #4F4F4F. Windows color (decimal): -8050544 or 9447557. OLE color: 9447557.

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

Color convert

RGB13340144-
CMYK0.080.7200.44
HSL293.65º56.52%36.08%-
HSV(B)293.65º72.22%56.47%-
XYZ15.478.5227.21-
YUV79.66164.31166.04-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 41.96%
GREEN value IS 40 (16.02% from 255) = 12.62%
BLUE value IS 144 (56.64% from 255) = 45.43%
R=41.96%
G=12.62%
B=45.43%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal133401440.080.7200.44293.6556.5236.08
Hex85289084802C1263924
Octal20550220101100544467144
Binary1000010110100010010000100010010000101100100100110111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #852890; }

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

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

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

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

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

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

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

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