#8F4B96

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

Shades of Vivid Violet #8F4B96

Tints of Vivid Violet #8F4B96

Color information

#8F4B96 (or 0x8F4B96) is unknown color: approx Vivid Violet. HEX triplet: 8F, 4B and 96. RGB value is (143,75,150). Sum of RGB (Red+Green+Blue) = 143+75+150=368 (48% of max value = 765). Red value is 143 (56.25% from 255 or 38.86% from 368); Green value is 75 (29.69% from 255 or 20.38% from 368); Blue value is 150 (58.98% from 255 or 40.76% from 368); Max value from RGB is 150 - color contains mainly: blue. Hex color #8F4B96 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F4B96 is #70B469. Grayscale: #676767. Windows color (decimal): -7386218 or 9849743. OLE color: 9849743.

HSL color Cylindrical-coordinate representation of color #8F4B96: hue angle of 294.4º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8F4B96 is Cyan = 0.05, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB14375150-
CMYK0.050.500.41
HSL294.4º33.33%44.12%-
HSV(B)294.4º50%58.82%-
XYZ19.3513.0730.36-
YUV103.88154.03155.9-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 38.86%
GREEN value IS 75 (29.69% from 255) = 20.38%
BLUE value IS 150 (58.98% from 255) = 40.76%
R=38.86%
G=20.38%
B=40.76%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal143751500.050.500.41294.433.3344.12
Hex8F4B96532029126212c
Octal2171132265620514464154
Binary100011111001011100101101011100100101001100100110100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F4B96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,75,150); }

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

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

 a { background-color: rgb(143,75,150); }

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

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

 span { border-color: rgb(143,75,150); }

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