#854485

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

Shades of Vivid Violet #854485

Tints of Vivid Violet #854485

Color information

#854485 (or 0x854485) is unknown color: approx Vivid Violet. HEX triplet: 85, 44 and 85. RGB value is (133,68,133). Sum of RGB (Red+Green+Blue) = 133+68+133=334 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.82% from 334); Green value is 68 (26.95% from 255 or 20.36% from 334); Blue value is 133 (52.34% from 255 or 39.82% from 334); Max value from RGB is 133 - color contains mainly: red, blue. Hex color #854485 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #854485 is #7ABB7A. Grayscale: #5E5E5E. Windows color (decimal): -8043387 or 8733829. OLE color: 8733829.

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

Color convert

RGB13368133-
CMYK00.4900.48
HSL300º32.34%39.41%-
HSV(B)300º48.87%52.16%-
XYZ15.9710.8123.44-
YUV94.84149.53155.21-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 39.82%
GREEN value IS 68 (26.95% from 255) = 20.36%
BLUE value IS 133 (52.34% from 255) = 39.82%
R=39.82%
G=20.36%
B=39.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1336813300.4900.4830032.3439.41
Hex85448503103012c2027
Octal2051042050610604544047
Binary1000010110001001000010101100010110000100101100100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854485; }

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

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

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

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

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

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

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

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