#8C3193

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

Shades of Vivid Violet #8C3193

Tints of Vivid Violet #8C3193

Color information

#8C3193 (or 0x8C3193) is unknown color: approx Vivid Violet. HEX triplet: 8C, 31 and 93. RGB value is (140,49,147). Sum of RGB (Red+Green+Blue) = 140+49+147=336 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.67% from 336); Green value is 49 (19.53% from 255 or 14.58% from 336); Blue value is 147 (57.81% from 255 or 43.75% from 336); Max value from RGB is 147 - color contains mainly: blue. Hex color #8C3193 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C3193 is #73CE6C. Grayscale: #575757. Windows color (decimal): -7589485 or 9646476. OLE color: 9646476.

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

Color convert

RGB14049147-
CMYK0.050.6700.42
HSL295.71º50%38.43%-
HSV(B)295.71º66.67%57.65%-
XYZ17.189.8828.61-
YUV87.38161.65165.53-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 41.67%
GREEN value IS 49 (19.53% from 255) = 14.58%
BLUE value IS 147 (57.81% from 255) = 43.75%
R=41.67%
G=14.58%
B=43.75%

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
Decimal140491470.050.6700.42295.715038.43
Hex8C319354302A1283226
Octal2146122351030524506246
Binary100011001100011001001110110000110101010100101000110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C3193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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