#854A93

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

Shades of Vivid Violet #854A93

Tints of Vivid Violet #854A93

Color information

#854A93 (or 0x854A93) is unknown color: approx Vivid Violet. HEX triplet: 85, 4A and 93. RGB value is (133,74,147). Sum of RGB (Red+Green+Blue) = 133+74+147=354 (46% of max value = 765). Red value is 133 (52.34% from 255 or 37.57% from 354); Green value is 74 (29.30% from 255 or 20.90% from 354); Blue value is 147 (57.81% from 255 or 41.53% from 354); Max value from RGB is 147 - color contains mainly: blue. Hex color #854A93 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #854A93 is #7AB56C. Grayscale: #636363. Windows color (decimal): -8041837 or 9652869. OLE color: 9652869.

HSL color Cylindrical-coordinate representation of color #854A93: hue angle of 288.49º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #854A93 is Cyan = 0.10, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB13374147-
CMYK0.100.5000.42
HSL288.49º33.03%43.33%-
HSV(B)288.49º49.66%57.65%-
XYZ17.3911.9929-
YUV99.96154.55151.56-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 37.57%
GREEN value IS 74 (29.30% from 255) = 20.90%
BLUE value IS 147 (57.81% from 255) = 41.53%
R=37.57%
G=20.90%
B=41.53%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal133741470.100.5000.42288.4933.0343.33
Hex854A93A3202A120212b
Octal20511222312620524404153
Binary1000010110010101001001110101100100101010100100000100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854A93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854A93; }

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

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

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

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

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

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

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

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