#854293

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

Shades of Vivid Violet #854293

Tints of Vivid Violet #854293

Color information

#854293 (or 0x854293) is unknown color: approx Vivid Violet. HEX triplet: 85, 42 and 93. RGB value is (133,66,147). Sum of RGB (Red+Green+Blue) = 133+66+147=346 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.44% from 346); Green value is 66 (26.17% from 255 or 19.08% from 346); Blue value is 147 (57.81% from 255 or 42.49% from 346); Max value from RGB is 147 - color contains mainly: blue. Hex color #854293 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #854293 is #7ABD6C. Grayscale: #5F5F5F. Windows color (decimal): -8043885 or 9650821. OLE color: 9650821.

HSL color Cylindrical-coordinate representation of color #854293: hue angle of 289.63º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #854293 is Cyan = 0.10, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB13366147-
CMYK0.100.5500.42
HSL289.63º38.03%41.76%-
HSV(B)289.63º55.1%57.65%-
XYZ16.8910.9928.83-
YUV95.27157.2154.91-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 38.44%
GREEN value IS 66 (26.17% from 255) = 19.08%
BLUE value IS 147 (57.81% from 255) = 42.49%
R=38.44%
G=19.08%
B=42.49%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal133661470.100.5500.42289.6338.0341.76
Hex854293A3702A122262a
Octal20510222312670524424652
Binary1000010110000101001001110101101110101010100100010100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854293; }

 p { color: rgb(133,66,147); }

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

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

 a { background-color: rgb(133,66,147); }

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

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

 span { border-color: rgb(133,66,147); }

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