#8F4094

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

Shades of Vivid Violet #8F4094

Tints of Vivid Violet #8F4094

Color information

#8F4094 (or 0x8F4094) is unknown color: approx Vivid Violet. HEX triplet: 8F, 40 and 94. RGB value is (143,64,148). Sum of RGB (Red+Green+Blue) = 143+64+148=355 (47% of max value = 765). Red value is 143 (56.25% from 255 or 40.28% from 355); Green value is 64 (25.39% from 255 or 18.03% from 355); Blue value is 148 (58.20% from 255 or 41.69% from 355); Max value from RGB is 148 - color contains mainly: blue. Hex color #8F4094 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F4094 is #70BF6B. Grayscale: #606060. Windows color (decimal): -7389036 or 9715855. OLE color: 9715855.

HSL color Cylindrical-coordinate representation of color #8F4094: hue angle of 296.43º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8F4094 is Cyan = 0.03, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB14364148-
CMYK0.030.5700.42
HSL296.43º39.62%41.57%-
HSV(B)296.43º56.76%58.04%-
XYZ18.5111.6429.29-
YUV97.2156.67160.67-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 40.28%
GREEN value IS 64 (25.39% from 255) = 18.03%
BLUE value IS 148 (58.20% from 255) = 41.69%
R=40.28%
G=18.03%
B=41.69%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal143641480.030.5700.42296.4339.6241.57
Hex8F409433902A128282a
Octal2171002243710524505052
Binary10001111100000010010100111110010101010100101000101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F4094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,64,148); }

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

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

 a { background-color: rgb(143,64,148); }

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

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

 span { border-color: rgb(143,64,148); }

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