#8F4998

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

Shades of Vivid Violet #8F4998

Tints of Vivid Violet #8F4998

Color information

#8F4998 (or 0x8F4998) is unknown color: approx Vivid Violet. HEX triplet: 8F, 49 and 98. RGB value is (143,73,152). Sum of RGB (Red+Green+Blue) = 143+73+152=368 (48% of max value = 765). Red value is 143 (56.25% from 255 or 38.86% from 368); Green value is 73 (28.91% from 255 or 19.84% from 368); Blue value is 152 (59.77% from 255 or 41.30% from 368); Max value from RGB is 152 - color contains mainly: blue. Hex color #8F4998 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F4998 is #70B667. Grayscale: #666666. Windows color (decimal): -7386728 or 9980303. OLE color: 9980303.

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

Color convert

RGB14373152-
CMYK0.060.5200.40
HSL293.16º35.11%44.12%-
HSV(B)293.16º51.97%59.61%-
XYZ19.3812.8731.17-
YUV102.94155.69156.58-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 38.86%
GREEN value IS 73 (28.91% from 255) = 19.84%
BLUE value IS 152 (59.77% from 255) = 41.30%
R=38.86%
G=19.84%
B=41.30%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal143731520.060.5200.40293.1635.1144.12
Hex8F4998634028125232c
Octal2171112306640504454354
Binary100011111001001100110001101101000101000100100101100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F4998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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