#854084

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

Shades of Vivid Violet #854084

Tints of Vivid Violet #854084

Color information

#854084 (or 0x854084) is unknown color: approx Vivid Violet. HEX triplet: 85, 40 and 84. RGB value is (133,64,132). Sum of RGB (Red+Green+Blue) = 133+64+132=329 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.43% from 329); Green value is 64 (25.39% from 255 or 19.45% from 329); Blue value is 132 (51.95% from 255 or 40.12% from 329); Max value from RGB is 133 - color contains mainly: red. Hex color #854084 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #854084 is #7ABF7B. Grayscale: #5C5C5C. Windows color (decimal): -8044412 or 8667269. OLE color: 8667269.

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

Color convert

RGB13364132-
CMYK00.520.010.48
HSL300.87º35.03%38.63%-
HSV(B)300.87º51.88%52.16%-
XYZ15.6710.3223-
YUV92.38150.36156.97-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 40.43%
GREEN value IS 64 (25.39% from 255) = 19.45%
BLUE value IS 132 (51.95% from 255) = 40.12%
R=40.43%
G=19.45%
B=40.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.01
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1336413200.520.010.48300.8735.0338.63
Hex85408403413012d2327
Octal2051002040641604554347
Binary1000010110000001000010001101001110000100101101100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854084; }

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

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

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

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

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

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

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

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