#84479E

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

Shades of Vivid Violet #84479E

Tints of Vivid Violet #84479E

Color information

#84479E (or 0x84479E) is unknown color: approx Vivid Violet. HEX triplet: 84, 47 and 9E. RGB value is (132,71,158). Sum of RGB (Red+Green+Blue) = 132+71+158=361 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.57% from 361); Green value is 71 (28.12% from 255 or 19.67% from 361); Blue value is 158 (62.11% from 255 or 43.77% from 361); Max value from RGB is 158 - color contains mainly: blue. Hex color #84479E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #84479E is #7BB861. Grayscale: #626262. Windows color (decimal): -8108130 or 10372996. OLE color: 10372996.

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

Color convert

RGB13271158-
CMYK0.160.5500.38
HSL282.07º37.99%44.9%-
HSV(B)282.07º55.06%61.96%-
XYZ17.9411.8833.7-
YUV99.16161.21151.43-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 36.57%
GREEN value IS 71 (28.12% from 255) = 19.67%
BLUE value IS 158 (62.11% from 255) = 43.77%
R=36.57%
G=19.67%
B=43.77%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal132711580.160.5500.38282.0737.9944.9
Hex84479E103702611a262d
Octal20410723620670464324655
Binary10000100100011110011110100001101110100110100011010100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84479E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84479E; }

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

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

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

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

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

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

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

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