#853590

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

Shades of Vivid Violet #853590

Tints of Vivid Violet #853590

Color information

#853590 (or 0x853590) is unknown color: approx Vivid Violet. HEX triplet: 85, 35 and 90. RGB value is (133,53,144). Sum of RGB (Red+Green+Blue) = 133+53+144=330 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.30% from 330); Green value is 53 (21.09% from 255 or 16.06% from 330); Blue value is 144 (56.64% from 255 or 43.64% from 330); Max value from RGB is 144 - color contains mainly: blue. Hex color #853590 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #853590 is #7ACA6F. Grayscale: #575757. Windows color (decimal): -8047216 or 9450885. OLE color: 9450885.

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

Color convert

RGB13353144-
CMYK0.080.6300.44
HSL292.75º46.19%38.63%-
HSV(B)292.75º63.19%56.47%-
XYZ15.989.5527.39-
YUV87.29160160.6-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 40.30%
GREEN value IS 53 (21.09% from 255) = 16.06%
BLUE value IS 144 (56.64% from 255) = 43.64%
R=40.30%
G=16.06%
B=43.64%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal133531440.080.6300.44292.7546.1938.63
Hex85359083F02C1252e27
Octal2056522010770544455647
Binary100001011101011001000010001111110101100100100101101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #853590; }

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

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

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

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

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

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

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

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