#84469D

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

Shades of Vivid Violet #84469D

Tints of Vivid Violet #84469D

Color information

#84469D (or 0x84469D) is unknown color: approx Vivid Violet. HEX triplet: 84, 46 and 9D. RGB value is (132,70,157). Sum of RGB (Red+Green+Blue) = 132+70+157=359 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.77% from 359); Green value is 70 (27.73% from 255 or 19.50% from 359); Blue value is 157 (61.72% from 255 or 43.73% from 359); Max value from RGB is 157 - color contains mainly: blue. Hex color #84469D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #84469D is #7BB962. Grayscale: #626262. Windows color (decimal): -8108387 or 10307204. OLE color: 10307204.

HSL color Cylindrical-coordinate representation of color #84469D: hue angle of 282.76º 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 #84469D is Cyan = 0.16, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB13270157-
CMYK0.160.5500.38
HSL282.76º38.33%44.51%-
HSV(B)282.76º55.41%61.57%-
XYZ17.7911.7233.22-
YUV98.46161.04151.93-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 36.77%
GREEN value IS 70 (27.73% from 255) = 19.50%
BLUE value IS 157 (61.72% from 255) = 43.73%
R=36.77%
G=19.50%
B=43.73%

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
Decimal132701570.160.5500.38282.7638.3344.51
Hex84469D103702611b262d
Octal20410623520670464334655
Binary10000100100011010011101100001101110100110100011011100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84469D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84469D; }

 p { color: rgb(132,70,157); }

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

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

 a { background-color: rgb(132,70,157); }

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

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

 span { border-color: rgb(132,70,157); }

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