#8C1E9D

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

Shades of Vivid Violet #8C1E9D

Tints of Vivid Violet #8C1E9D

Color information

#8C1E9D (or 0x8C1E9D) is unknown color: approx Vivid Violet. HEX triplet: 8C, 1E and 9D. RGB value is (140,30,157). Sum of RGB (Red+Green+Blue) = 140+30+157=327 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.81% from 327); Green value is 30 (12.11% from 255 or 9.17% from 327); Blue value is 157 (61.72% from 255 or 48.01% from 327); Max value from RGB is 157 - color contains mainly: blue. Hex color #8C1E9D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C1E9D is #73E162. Grayscale: #4C4C4C. Windows color (decimal): -7594339 or 10296972. OLE color: 10296972.

HSL color Cylindrical-coordinate representation of color #8C1E9D: hue angle of 291.97º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8C1E9D is Cyan = 0.11, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB14030157-
CMYK0.110.8100.38
HSL291.97º67.91%36.67%-
HSV(B)291.97º80.89%61.57%-
XYZ17.378.9432.71-
YUV77.37172.94172.67-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 42.81%
GREEN value IS 30 (12.11% from 255) = 9.17%
BLUE value IS 157 (61.72% from 255) = 48.01%
R=42.81%
G=9.17%
B=48.01%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal140301570.110.8100.38291.9767.9136.67
Hex8C1E9DB510261244425
Octal214362351312104644410445
Binary1000110011110100111011011101000101001101001001001000100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C1E9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,30,157); }

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

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

 a { background-color: rgb(140,30,157); }

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

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

 span { border-color: rgb(140,30,157); }

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