#8C408F

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

Shades of Vivid Violet #8C408F

Tints of Vivid Violet #8C408F

Color information

#8C408F (or 0x8C408F) is unknown color: approx Vivid Violet. HEX triplet: 8C, 40 and 8F. RGB value is (140,64,143). Sum of RGB (Red+Green+Blue) = 140+64+143=347 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.35% from 347); Green value is 64 (25.39% from 255 or 18.44% from 347); Blue value is 143 (56.25% from 255 or 41.21% from 347); Max value from RGB is 143 - color contains mainly: blue. Hex color #8C408F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C408F is #73BF70. Grayscale: #5F5F5F. Windows color (decimal): -7585649 or 9388172. OLE color: 9388172.

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

Color convert

RGB14064143-
CMYK0.020.5500.44
HSL297.72º38.16%40.59%-
HSV(B)297.72º55.24%56.08%-
XYZ17.6111.2327.23-
YUV95.73154.68159.58-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 40.35%
GREEN value IS 64 (25.39% from 255) = 18.44%
BLUE value IS 143 (56.25% from 255) = 41.21%
R=40.35%
G=18.44%
B=41.21%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal140641430.020.5500.44297.7238.1640.59
Hex8C408F23702C12a2629
Octal2141002172670544524651
Binary10001100100000010001111101101110101100100101010100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C408F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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