#8B4293

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

Shades of Vivid Violet #8B4293

Tints of Vivid Violet #8B4293

Color information

#8B4293 (or 0x8B4293) is unknown color: approx Vivid Violet. HEX triplet: 8B, 42 and 93. RGB value is (139,66,147). Sum of RGB (Red+Green+Blue) = 139+66+147=352 (46% of max value = 765). Red value is 139 (54.69% from 255 or 39.49% from 352); Green value is 66 (26.17% from 255 or 18.75% from 352); Blue value is 147 (57.81% from 255 or 41.76% from 352); Max value from RGB is 147 - color contains mainly: blue. Hex color #8B4293 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B4293 is #74BD6C. Grayscale: #606060. Windows color (decimal): -7650669 or 9650827. OLE color: 9650827.

HSL color Cylindrical-coordinate representation of color #8B4293: hue angle of 294.07º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8B4293 is Cyan = 0.05, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB13966147-
CMYK0.050.5500.42
HSL294.07º38.03%41.76%-
HSV(B)294.07º55.1%57.65%-
XYZ17.8611.4928.88-
YUV97.06156.18157.91-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 39.49%
GREEN value IS 66 (26.17% from 255) = 18.75%
BLUE value IS 147 (57.81% from 255) = 41.76%
R=39.49%
G=18.75%
B=41.76%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal139661470.050.5500.42294.0738.0341.76
Hex8B429353702A126262a
Octal2131022235670524464652
Binary100010111000010100100111011101110101010100100110100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B4293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,66,147); }

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

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

 a { background-color: rgb(139,66,147); }

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

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

 span { border-color: rgb(139,66,147); }

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