#853291

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

Shades of Vivid Violet #853291

Tints of Vivid Violet #853291

Color information

#853291 (or 0x853291) is unknown color: approx Vivid Violet. HEX triplet: 85, 32 and 91. RGB value is (133,50,145). Sum of RGB (Red+Green+Blue) = 133+50+145=328 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.55% from 328); Green value is 50 (19.92% from 255 or 15.24% from 328); Blue value is 145 (57.03% from 255 or 44.21% from 328); Max value from RGB is 145 - color contains mainly: blue. Hex color #853291 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #853291 is #7ACD6E. Grayscale: #555555. Windows color (decimal): -8047983 or 9515653. OLE color: 9515653.

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

Color convert

RGB13350145-
CMYK0.080.6600.43
HSL292.42º48.72%38.24%-
HSV(B)292.42º65.52%56.86%-
XYZ15.929.3127.75-
YUV85.65161.5161.78-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 40.55%
GREEN value IS 50 (19.92% from 255) = 15.24%
BLUE value IS 145 (57.03% from 255) = 44.21%
R=40.55%
G=15.24%
B=44.21%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal133501450.080.6600.43292.4248.7238.24
Hex85329184202B1243126
Octal20562221101020534446146
Binary1000010111001010010001100010000100101011100100100110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #853291; }

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

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

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

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

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

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

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

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