#854A94

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

Shades of Vivid Violet #854A94

Tints of Vivid Violet #854A94

Color information

#854A94 (or 0x854A94) is unknown color: approx Vivid Violet. HEX triplet: 85, 4A and 94. RGB value is (133,74,148). Sum of RGB (Red+Green+Blue) = 133+74+148=355 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.46% from 355); Green value is 74 (29.30% from 255 or 20.85% from 355); Blue value is 148 (58.20% from 255 or 41.69% from 355); Max value from RGB is 148 - color contains mainly: blue. Hex color #854A94 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #854A94 is #7AB56B. Grayscale: #636363. Windows color (decimal): -8041836 or 9718405. OLE color: 9718405.

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

Color convert

RGB13374148-
CMYK0.100.5000.42
HSL287.84º33.33%43.53%-
HSV(B)287.84º50%58.04%-
XYZ17.4712.0229.42-
YUV100.08155.05151.48-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 37.46%
GREEN value IS 74 (29.30% from 255) = 20.85%
BLUE value IS 148 (58.20% from 255) = 41.69%
R=37.46%
G=20.85%
B=41.69%

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
Decimal133741480.100.5000.42287.8433.3343.53
Hex854A94A3202A120212c
Octal20511222412620524404154
Binary1000010110010101001010010101100100101010100100000100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854A94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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