#84418B

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

Shades of Vivid Violet #84418B

Tints of Vivid Violet #84418B

Color information

#84418B (or 0x84418B) is unknown color: approx Vivid Violet. HEX triplet: 84, 41 and 8B. RGB value is (132,65,139). Sum of RGB (Red+Green+Blue) = 132+65+139=336 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.29% from 336); Green value is 65 (25.78% from 255 or 19.35% from 336); Blue value is 139 (54.69% from 255 or 41.37% from 336); Max value from RGB is 139 - color contains mainly: blue. Hex color #84418B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #84418B is #7BBE74. Grayscale: #5D5D5D. Windows color (decimal): -8109685 or 9126276. OLE color: 9126276.

HSL color Cylindrical-coordinate representation of color #84418B: hue angle of 294.32º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #84418B is Cyan = 0.05, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB13265139-
CMYK0.050.5300.45
HSL294.32º36.27%40%-
HSV(B)294.32º53.24%54.51%-
XYZ16.0710.5525.62-
YUV93.47153.7155.48-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 39.29%
GREEN value IS 65 (25.78% from 255) = 19.35%
BLUE value IS 139 (54.69% from 255) = 41.37%
R=39.29%
G=19.35%
B=41.37%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal132651390.050.5300.45294.3236.2740
Hex84418B53502D1262428
Octal2041012135650554464450
Binary100001001000001100010111011101010101101100100110100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84418B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84418B; }

 p { color: rgb(132,65,139); }

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

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

 a { background-color: rgb(132,65,139); }

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

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

 span { border-color: rgb(132,65,139); }

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