#854484

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

Shades of Vivid Violet #854484

Tints of Vivid Violet #854484

Color information

#854484 (or 0x854484) is unknown color: approx Vivid Violet. HEX triplet: 85, 44 and 84. RGB value is (133,68,132). Sum of RGB (Red+Green+Blue) = 133+68+132=333 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.94% from 333); Green value is 68 (26.95% from 255 or 20.42% from 333); Blue value is 132 (51.95% from 255 or 39.64% from 333); Max value from RGB is 133 - color contains mainly: red. Hex color #854484 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #854484 is #7ABB7B. Grayscale: #5E5E5E. Windows color (decimal): -8043388 or 8668293. OLE color: 8668293.

HSL color Cylindrical-coordinate representation of color #854484: hue angle of 300.92º 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 #854484 is Cyan = 0, Magento = 0.49, Yellow = 0.01 and Black (K on CMYK) = 0.48.

Color convert

RGB13368132-
CMYK00.490.010.48
HSL300.92º32.34%39.41%-
HSV(B)300.92º48.87%52.16%-
XYZ15.910.7923.07-
YUV94.73149.03155.3-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 39.94%
GREEN value IS 68 (26.95% from 255) = 20.42%
BLUE value IS 132 (51.95% from 255) = 39.64%
R=39.94%
G=20.42%
B=39.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.01
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1336813200.490.010.48300.9232.3439.41
Hex85448403113012d2027
Octal2051042040611604554047
Binary1000010110001001000010001100011110000100101101100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854484; }

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

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

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

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

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

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

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

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