#8B4184

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

Shades of Vivid Violet #8B4184

Tints of Vivid Violet #8B4184

Color information

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

HSL color Cylindrical-coordinate representation of color #8B4184: hue angle of 305.68º 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 #8B4184 is Cyan = 0, Magento = 0.53, Yellow = 0.05 and Black (K on CMYK) = 0.45.

Color convert

RGB13965132-
CMYK00.530.050.45
HSL305.68º36.27%40%-
HSV(B)305.68º53.24%54.51%-
XYZ16.710.9423.06-
YUV94.76149.02159.55-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.05
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1396513200.530.050.45305.6836.2740
Hex8B418403552D1322428
Octal2131012040655554624450
Binary100010111000001100001000110101101101101100110010100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B4184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8B4184; }

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

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

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

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

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

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

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

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