#854384

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

Shades of Vivid Violet #854384

Tints of Vivid Violet #854384

Color information

#854384 (or 0x854384) is unknown color: approx Vivid Violet. HEX triplet: 85, 43 and 84. RGB value is (133,67,132). Sum of RGB (Red+Green+Blue) = 133+67+132=332 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.06% from 332); Green value is 67 (26.56% from 255 or 20.18% from 332); Blue value is 132 (51.95% from 255 or 39.76% from 332); Max value from RGB is 133 - color contains mainly: red. Hex color #854384 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #854384 is #7ABC7B. Grayscale: #5D5D5D. Windows color (decimal): -8043644 or 8668037. OLE color: 8668037.

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

Color convert

RGB13367132-
CMYK00.500.010.48
HSL300.91º33%39.22%-
HSV(B)300.91º49.62%52.16%-
XYZ15.8410.6723.05-
YUV94.14149.37155.71-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 40.06%
GREEN value IS 67 (26.56% from 255) = 20.18%
BLUE value IS 132 (51.95% from 255) = 39.76%
R=40.06%
G=20.18%
B=39.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.01
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1336713200.500.010.48300.913339.22
Hex85438403213012d2127
Octal2051032040621604554147
Binary1000010110000111000010001100101110000100101101100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854384; }

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

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

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

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

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

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

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

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