#8B4892

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

Shades of Vivid Violet #8B4892

Tints of Vivid Violet #8B4892

Color information

#8B4892 (or 0x8B4892) is unknown color: approx Vivid Violet. HEX triplet: 8B, 48 and 92. RGB value is (139,72,146). Sum of RGB (Red+Green+Blue) = 139+72+146=357 (47% of max value = 765). Red value is 139 (54.69% from 255 or 38.94% from 357); Green value is 72 (28.52% from 255 or 20.17% from 357); Blue value is 146 (57.42% from 255 or 40.90% from 357); Max value from RGB is 146 - color contains mainly: blue. Hex color #8B4892 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B4892 is #74B76D. Grayscale: #646464. Windows color (decimal): -7649134 or 9586827. OLE color: 9586827.

HSL color Cylindrical-coordinate representation of color #8B4892: hue angle of 294.32º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8B4892 is Cyan = 0.05, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB13972146-
CMYK0.050.5100.43
HSL294.32º33.94%42.75%-
HSV(B)294.32º50.68%57.25%-
XYZ18.1512.228.59-
YUV100.47153.7155.48-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 38.94%
GREEN value IS 72 (28.52% from 255) = 20.17%
BLUE value IS 146 (57.42% from 255) = 40.90%
R=38.94%
G=20.17%
B=40.90%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal139721460.050.5100.43294.3233.9442.75
Hex8B489253302B126222b
Octal2131102225630534464253
Binary100010111001000100100101011100110101011100100110100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B4892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,72,146); }

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

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

 a { background-color: rgb(139,72,146); }

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

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

 span { border-color: rgb(139,72,146); }

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