#853492

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

Shades of Vivid Violet #853492

Tints of Vivid Violet #853492

Color information

#853492 (or 0x853492) is unknown color: approx Vivid Violet. HEX triplet: 85, 34 and 92. RGB value is (133,52,146). Sum of RGB (Red+Green+Blue) = 133+52+146=331 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.18% from 331); Green value is 52 (20.70% from 255 or 15.71% from 331); Blue value is 146 (57.42% from 255 or 44.11% from 331); Max value from RGB is 146 - color contains mainly: blue. Hex color #853492 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #853492 is #7ACB6D. Grayscale: #565656. Windows color (decimal): -8047470 or 9581701. OLE color: 9581701.

HSL color Cylindrical-coordinate representation of color #853492: hue angle of 291.7º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #853492 is Cyan = 0.09, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB13352146-
CMYK0.090.6400.43
HSL291.7º47.47%38.82%-
HSV(B)291.7º64.38%57.25%-
XYZ16.099.5228.18-
YUV86.94161.34160.86-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 40.18%
GREEN value IS 52 (20.70% from 255) = 15.71%
BLUE value IS 146 (57.42% from 255) = 44.11%
R=40.18%
G=15.71%
B=44.11%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal133521460.090.6400.43291.747.4738.82
Hex85349294002B1242f27
Octal20564222111000534445747
Binary1000010111010010010010100110000000101011100100100101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #853492; }

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

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

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

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

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

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

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

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