#853292

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

Shades of Vivid Violet #853292

Tints of Vivid Violet #853292

Color information

#853292 (or 0x853292) is unknown color: approx Vivid Violet. HEX triplet: 85, 32 and 92. RGB value is (133,50,146). Sum of RGB (Red+Green+Blue) = 133+50+146=329 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.43% from 329); Green value is 50 (19.92% from 255 or 15.20% from 329); Blue value is 146 (57.42% from 255 or 44.38% from 329); Max value from RGB is 146 - color contains mainly: blue. Hex color #853292 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #853292 is #7ACD6D. Grayscale: #555555. Windows color (decimal): -8047982 or 9581189. OLE color: 9581189.

HSL color Cylindrical-coordinate representation of color #853292: hue angle of 291.88º 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 #853292 is Cyan = 0.09, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB13350146-
CMYK0.090.6600.43
HSL291.88º48.98%38.43%-
HSV(B)291.88º65.75%57.25%-
XYZ169.3428.15-
YUV85.76162161.69-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 40.43%
GREEN value IS 50 (19.92% from 255) = 15.20%
BLUE value IS 146 (57.42% from 255) = 44.38%
R=40.43%
G=15.20%
B=44.38%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal133501460.090.6600.43291.8848.9838.43
Hex85329294202B1243126
Octal20562222111020534446146
Binary1000010111001010010010100110000100101011100100100110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #853292; }

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

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

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

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

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

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

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

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