#8F3988

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

Shades of Vivid Violet #8F3988

Tints of Vivid Violet #8F3988

Color information

#8F3988 (or 0x8F3988) is unknown color: approx Vivid Violet. HEX triplet: 8F, 39 and 88. RGB value is (143,57,136). Sum of RGB (Red+Green+Blue) = 143+57+136=336 (44% of max value = 765). Red value is 143 (56.25% from 255 or 42.56% from 336); Green value is 57 (22.66% from 255 or 16.96% from 336); Blue value is 136 (53.52% from 255 or 40.48% from 336); Max value from RGB is 143 - color contains mainly: red. Hex color #8F3988 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F3988 is #70C677. Grayscale: #5B5B5B. Windows color (decimal): -7390840 or 8927631. OLE color: 8927631.

HSL color Cylindrical-coordinate representation of color #8F3988: hue angle of 304.88º degrees, saturation: 0.43, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8F3988 is Cyan = 0, Magento = 0.60, Yellow = 0.05 and Black (K on CMYK) = 0.44.

Color convert

RGB14357136-
CMYK00.600.050.44
HSL304.88º43%39.22%-
HSV(B)304.88º60.14%56.08%-
XYZ17.2310.5424.42-
YUV91.72152.99164.58-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 42.56%
GREEN value IS 57 (22.66% from 255) = 16.96%
BLUE value IS 136 (53.52% from 255) = 40.48%
R=42.56%
G=16.96%
B=40.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.05
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1435713600.600.050.44304.884339.22
Hex8F398803C52C1312b27
Octal217712100745544615347
Binary10001111111001100010000111100101101100100110001101011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F3988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,57,136); }

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

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

 a { background-color: rgb(143,57,136); }

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

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

 span { border-color: rgb(143,57,136); }

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