#8B3193

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

Shades of Vivid Violet #8B3193

Tints of Vivid Violet #8B3193

Color information

#8B3193 (or 0x8B3193) is unknown color: approx Vivid Violet. HEX triplet: 8B, 31 and 93. RGB value is (139,49,147). Sum of RGB (Red+Green+Blue) = 139+49+147=335 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.49% from 335); Green value is 49 (19.53% from 255 or 14.63% from 335); Blue value is 147 (57.81% from 255 or 43.88% from 335); Max value from RGB is 147 - color contains mainly: blue. Hex color #8B3193 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B3193 is #74CE6C. Grayscale: #565656. Windows color (decimal): -7655021 or 9646475. OLE color: 9646475.

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

Color convert

RGB13949147-
CMYK0.050.6700.42
HSL295.1º50%38.43%-
HSV(B)295.1º66.67%57.65%-
XYZ17.019.7928.6-
YUV87.08161.82165.03-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 41.49%
GREEN value IS 49 (19.53% from 255) = 14.63%
BLUE value IS 147 (57.81% from 255) = 43.88%
R=41.49%
G=14.63%
B=43.88%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal139491470.050.6700.42295.15038.43
Hex8B319354302A1273226
Octal2136122351030524476246
Binary100010111100011001001110110000110101010100100111110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B3193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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