#853392

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

Shades of Vivid Violet #853392

Tints of Vivid Violet #853392

Color information

#853392 (or 0x853392) is unknown color: approx Vivid Violet. HEX triplet: 85, 33 and 92. RGB value is (133,51,146). Sum of RGB (Red+Green+Blue) = 133+51+146=330 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.30% from 330); Green value is 51 (20.31% from 255 or 15.45% from 330); Blue value is 146 (57.42% from 255 or 44.24% from 330); Max value from RGB is 146 - color contains mainly: blue. Hex color #853392 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #853392 is #7ACC6D. Grayscale: #565656. Windows color (decimal): -8047726 or 9581445. OLE color: 9581445.

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

Color convert

RGB13351146-
CMYK0.090.6500.43
HSL291.79º48.22%38.63%-
HSV(B)291.79º65.07%57.25%-
XYZ16.059.4328.17-
YUV86.35161.67161.28-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 40.30%
GREEN value IS 51 (20.31% from 255) = 15.45%
BLUE value IS 146 (57.42% from 255) = 44.24%
R=40.30%
G=15.45%
B=44.24%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal133511460.090.6500.43291.7948.2238.63
Hex85339294102B1243027
Octal20563222111010534446047
Binary1000010111001110010010100110000010101011100100100110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #853392; }

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

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

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

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

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

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

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

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