#8F3394

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

Shades of Vivid Violet #8F3394

Tints of Vivid Violet #8F3394

Color information

#8F3394 (or 0x8F3394) is unknown color: approx Vivid Violet. HEX triplet: 8F, 33 and 94. RGB value is (143,51,148). Sum of RGB (Red+Green+Blue) = 143+51+148=342 (45% of max value = 765). Red value is 143 (56.25% from 255 or 41.81% from 342); Green value is 51 (20.31% from 255 or 14.91% from 342); Blue value is 148 (58.20% from 255 or 43.27% from 342); Max value from RGB is 148 - color contains mainly: blue. Hex color #8F3394 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F3394 is #70CC6B. Grayscale: #595959. Windows color (decimal): -7392364 or 9712527. OLE color: 9712527.

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

Color convert

RGB14351148-
CMYK0.030.6600.42
HSL296.91º48.74%39.02%-
HSV(B)296.91º65.54%58.04%-
XYZ17.8610.3529.07-
YUV89.57160.98166.11-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 41.81%
GREEN value IS 51 (20.31% from 255) = 14.91%
BLUE value IS 148 (58.20% from 255) = 43.27%
R=41.81%
G=14.91%
B=43.27%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal143511480.030.6600.42296.9148.7439.02
Hex8F339434202A1293127
Octal2176322431020524516147
Binary10001111110011100101001110000100101010100101001110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F3394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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