#8c1c9e

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

Shades of Vivid Violet #8C1C9E

Tints of Vivid Violet #8C1C9E

Color information

#8C1C9E (or 0x8C1C9E) is unknown color: approx Vivid Violet. HEX triplet: 8C, 1C and 9E. RGB value is (140,28,158). Sum of RGB (Red+Green+Blue) = 140+28+158=326 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.94% from 326); Green value is 28 (11.33% from 255 or 8.59% from 326); Blue value is 158 (62.11% from 255 or 48.47% from 326); Max value from RGB is 158 - color contains mainly: blue. Hex color #8C1C9E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C1C9E is #73E361. Grayscale: #4B4B4B. Windows color (decimal): -7594850 or 10361996. OLE color: 10361996.

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

Color convert

RGB14028158-
CMYK0.110.8200.38
HSL291.69º69.89%36.47%-
HSV(B)291.69º82.28%61.96%-
XYZ17.48.8733.14-
YUV76.31174.11173.43-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 42.94%
GREEN value IS 28 (11.33% from 255) = 8.59%
BLUE value IS 158 (62.11% from 255) = 48.47%
R=42.94%
G=8.59%
B=48.47%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal140281580.110.8200.38291.6969.8936.47
Hex8C1C9EB520261244624
Octal214342361312204644410644
Binary1000110011100100111101011101001001001101001001001000110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8c1c9e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,28,158); }

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

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

 a { background-color: rgb(140,28,158); }

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

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

 span { border-color: rgb(140,28,158); }

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