#854888

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

Shades of Vivid Violet #854888

Tints of Vivid Violet #854888

Color information

#854888 (or 0x854888) is unknown color: approx Vivid Violet. HEX triplet: 85, 48 and 88. RGB value is (133,72,136). Sum of RGB (Red+Green+Blue) = 133+72+136=341 (45% of max value = 765). Red value is 133 (52.34% from 255 or 39.00% from 341); Green value is 72 (28.52% from 255 or 21.11% from 341); Blue value is 136 (53.52% from 255 or 39.88% from 341); Max value from RGB is 136 - color contains mainly: blue. Hex color #854888 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #854888 is #7AB777. Grayscale: #616161. Windows color (decimal): -8042360 or 8931461. OLE color: 8931461.

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

Color convert

RGB13372136-
CMYK0.020.4700.47
HSL297.19º30.77%40.78%-
HSV(B)297.19º47.06%53.33%-
XYZ16.4311.424.63-
YUV97.54149.71153.3-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 39.00%
GREEN value IS 72 (28.52% from 255) = 21.11%
BLUE value IS 136 (53.52% from 255) = 39.88%
R=39.00%
G=21.11%
B=39.88%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal133721360.020.4700.47297.1930.7740.78
Hex85488822F02F1291f29
Octal2051102102570574513751
Binary1000010110010001000100010101111010111110010100111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854888

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854888; }

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

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

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

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

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

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

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

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