#8f30a6

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

Shades of Vivid Violet #8F30A6

Tints of Vivid Violet #8F30A6

Color information

#8F30A6 (or 0x8F30A6) is unknown color: approx Vivid Violet. HEX triplet: 8F, 30 and A6. RGB value is (143,48,166). Sum of RGB (Red+Green+Blue) = 143+48+166=357 (47% of max value = 765). Red value is 143 (56.25% from 255 or 40.06% from 357); Green value is 48 (19.14% from 255 or 13.45% from 357); Blue value is 166 (65.23% from 255 or 46.50% from 357); Max value from RGB is 166 - color contains mainly: blue. Hex color #8F30A6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F30A6 is #70CF59. Grayscale: #595959. Windows color (decimal): -7393114 or 10891407. OLE color: 10891407.

HSL color Cylindrical-coordinate representation of color #8F30A6: hue angle of 288.31º degrees, saturation: 0.55, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8F30A6 is Cyan = 0.14, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB14348166-
CMYK0.140.7100.35
HSL288.31º55.14%41.96%-
HSV(B)288.31º71.08%65.1%-
XYZ19.2710.7137.13-
YUV89.86170.97165.91-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 40.06%
GREEN value IS 48 (19.14% from 255) = 13.45%
BLUE value IS 166 (65.23% from 255) = 46.50%
R=40.06%
G=13.45%
B=46.50%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal143481660.140.7100.35288.3155.1441.96
Hex8F30A6E47023120372a
Octal21760246161070434406752
Binary1000111111000010100110111010001110100011100100000110111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8f30a6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,48,166); }

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

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

 a { background-color: rgb(143,48,166); }

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

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

 span { border-color: rgb(143,48,166); }

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