#8F4388

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

Shades of Vivid Violet #8F4388

Tints of Vivid Violet #8F4388

Color information

#8F4388 (or 0x8F4388) is unknown color: approx Vivid Violet. HEX triplet: 8F, 43 and 88. RGB value is (143,67,136). Sum of RGB (Red+Green+Blue) = 143+67+136=346 (45% of max value = 765). Red value is 143 (56.25% from 255 or 41.33% from 346); Green value is 67 (26.56% from 255 or 19.36% from 346); Blue value is 136 (53.52% from 255 or 39.31% from 346); Max value from RGB is 143 - color contains mainly: red. Hex color #8F4388 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F4388 is #70BC77. Grayscale: #616161. Windows color (decimal): -7388280 or 8930191. OLE color: 8930191.

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

Color convert

RGB14367136-
CMYK00.530.050.44
HSL305.53º36.19%41.18%-
HSV(B)305.53º53.15%56.08%-
XYZ17.7811.6324.6-
YUV97.59149.68160.39-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 41.33%
GREEN value IS 67 (26.56% from 255) = 19.36%
BLUE value IS 136 (53.52% from 255) = 39.31%
R=41.33%
G=19.36%
B=39.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.05
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1436713600.530.050.44305.5336.1941.18
Hex8F438803552C1322429
Octal2171032100655544624451
Binary100011111000011100010000110101101101100100110010100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F4388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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