#8C3394

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

Shades of Vivid Violet #8C3394

Tints of Vivid Violet #8C3394

Color information

#8C3394 (or 0x8C3394) is unknown color: approx Vivid Violet. HEX triplet: 8C, 33 and 94. RGB value is (140,51,148). Sum of RGB (Red+Green+Blue) = 140+51+148=339 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.30% from 339); Green value is 51 (20.31% from 255 or 15.04% from 339); Blue value is 148 (58.20% from 255 or 43.66% from 339); Max value from RGB is 148 - color contains mainly: blue. Hex color #8C3394 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C3394 is #73CC6B. Grayscale: #585858. Windows color (decimal): -7588972 or 9712524. OLE color: 9712524.

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

Color convert

RGB14051148-
CMYK0.050.6600.42
HSL295.05º48.74%39.02%-
HSV(B)295.05º65.54%58.04%-
XYZ17.3410.0829.05-
YUV88.67161.49164.61-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 41.30%
GREEN value IS 51 (20.31% from 255) = 15.04%
BLUE value IS 148 (58.20% from 255) = 43.66%
R=41.30%
G=15.04%
B=43.66%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal140511480.050.6600.42295.0548.7439.02
Hex8C339454202A1273127
Octal2146322451020524476147
Binary100011001100111001010010110000100101010100100111110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C3394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,51,148); }

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

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

 a { background-color: rgb(140,51,148); }

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

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

 span { border-color: rgb(140,51,148); }

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