#84459e

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

Shades of Vivid Violet #84459E

Tints of Vivid Violet #84459E

Color information

#84459E (or 0x84459E) is unknown color: approx Vivid Violet. HEX triplet: 84, 45 and 9E. RGB value is (132,69,158). Sum of RGB (Red+Green+Blue) = 132+69+158=359 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.77% from 359); Green value is 69 (27.34% from 255 or 19.22% from 359); Blue value is 158 (62.11% from 255 or 44.01% from 359); Max value from RGB is 158 - color contains mainly: blue. Hex color #84459E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #84459E is #7BBA61. Grayscale: #616161. Windows color (decimal): -8108642 or 10372484. OLE color: 10372484.

HSL color Cylindrical-coordinate representation of color #84459E: hue angle of 282.47º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #84459E is Cyan = 0.16, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB13269158-
CMYK0.160.5600.38
HSL282.47º39.21%44.51%-
HSV(B)282.47º56.33%61.96%-
XYZ17.8211.6333.65-
YUV97.98161.87152.26-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 36.77%
GREEN value IS 69 (27.34% from 255) = 19.22%
BLUE value IS 158 (62.11% from 255) = 44.01%
R=36.77%
G=19.22%
B=44.01%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal132691580.160.5600.38282.4739.2144.51
Hex84459E103802611a272d
Octal20410523620700464324755
Binary10000100100010110011110100001110000100110100011010100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84459e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84459e; }

 p { color: rgb(132,69,158); }

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

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

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

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

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

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

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