#854585

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

Shades of Vivid Violet #854585

Tints of Vivid Violet #854585

Color information

#854585 (or 0x854585) is unknown color: approx Vivid Violet. HEX triplet: 85, 45 and 85. RGB value is (133,69,133). Sum of RGB (Red+Green+Blue) = 133+69+133=335 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.70% from 335); Green value is 69 (27.34% from 255 or 20.60% from 335); Blue value is 133 (52.34% from 255 or 39.70% from 335); Max value from RGB is 133 - color contains mainly: red, blue. Hex color #854585 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #854585 is #7ABA7A. Grayscale: #5F5F5F. Windows color (decimal): -8043131 or 8734085. OLE color: 8734085.

HSL color Cylindrical-coordinate representation of color #854585: hue angle of 300º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #854585 is Cyan = 0, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB13369133-
CMYK00.4800.48
HSL300º31.68%39.61%-
HSV(B)300º48.12%52.16%-
XYZ16.0310.9423.46-
YUV95.43149.2154.8-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 39.70%
GREEN value IS 69 (27.34% from 255) = 20.60%
BLUE value IS 133 (52.34% from 255) = 39.70%
R=39.70%
G=20.60%
B=39.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1336913300.4800.4830031.6839.61
Hex85458503003012c2028
Octal2051052050600604544050
Binary1000010110001011000010101100000110000100101100100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854585; }

 p { color: rgb(133,69,133); }

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

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

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

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

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

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

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