#8F2198

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

Shades of Vivid Violet #8F2198

Tints of Vivid Violet #8F2198

Color information

#8F2198 (or 0x8F2198) is unknown color: approx Vivid Violet. HEX triplet: 8F, 21 and 98. RGB value is (143,33,152). Sum of RGB (Red+Green+Blue) = 143+33+152=328 (43% of max value = 765). Red value is 143 (56.25% from 255 or 43.60% from 328); Green value is 33 (13.28% from 255 or 10.06% from 328); Blue value is 152 (59.77% from 255 or 46.34% from 328); Max value from RGB is 152 - color contains mainly: blue. Hex color #8F2198 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F2198 is #70DE67. Grayscale: #4F4F4F. Windows color (decimal): -7396968 or 9970063. OLE color: 9970063.

HSL color Cylindrical-coordinate representation of color #8F2198: hue angle of 295.46º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8F2198 is Cyan = 0.06, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB14333152-
CMYK0.060.7800.40
HSL295.46º64.32%36.27%-
HSV(B)295.46º78.29%59.61%-
XYZ17.549.1930.56-
YUV79.46168.94173.32-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 43.60%
GREEN value IS 33 (13.28% from 255) = 10.06%
BLUE value IS 152 (59.77% from 255) = 46.34%
R=43.60%
G=10.06%
B=46.34%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal143331520.060.7800.40295.4664.3236.27
Hex8F219864E0281274024
Octal21741230611605044710044
Binary1000111110000110011000110100111001010001001001111000000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F2198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,33,152); }

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

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

 a { background-color: rgb(143,33,152); }

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

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

 span { border-color: rgb(143,33,152); }

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