#854889

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

Shades of Vivid Violet #854889

Tints of Vivid Violet #854889

Color information

#854889 (or 0x854889) is unknown color: approx Vivid Violet. HEX triplet: 85, 48 and 89. RGB value is (133,72,137). Sum of RGB (Red+Green+Blue) = 133+72+137=342 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.89% from 342); Green value is 72 (28.52% from 255 or 21.05% from 342); Blue value is 137 (53.91% from 255 or 40.06% from 342); Max value from RGB is 137 - color contains mainly: blue. Hex color #854889 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #854889 is #7AB776. Grayscale: #616161. Windows color (decimal): -8042359 or 8996997. OLE color: 8996997.

HSL color Cylindrical-coordinate representation of color #854889: hue angle of 296.31º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #854889 is Cyan = 0.03, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB13372137-
CMYK0.030.4700.46
HSL296.31º31.1%40.98%-
HSV(B)296.31º47.45%53.73%-
XYZ16.5111.4325-
YUV97.65150.21153.21-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 38.89%
GREEN value IS 72 (28.52% from 255) = 21.05%
BLUE value IS 137 (53.91% from 255) = 40.06%
R=38.89%
G=21.05%
B=40.06%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal133721370.030.4700.46296.3131.140.98
Hex85488932F02E1281f29
Octal2051102113570564503751
Binary1000010110010001000100111101111010111010010100011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854889; }

 p { color: rgb(133,72,137); }

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

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

 a { background-color: rgb(133,72,137); }

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

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

 span { border-color: rgb(133,72,137); }

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