#8C3F9C

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

Shades of Vivid Violet #8C3F9C

Tints of Vivid Violet #8C3F9C

Color information

#8C3F9C (or 0x8C3F9C) is unknown color: approx Vivid Violet. HEX triplet: 8C, 3F and 9C. RGB value is (140,63,156). Sum of RGB (Red+Green+Blue) = 140+63+156=359 (47% of max value = 765). Red value is 140 (55.08% from 255 or 39.00% from 359); Green value is 63 (25% from 255 or 17.55% from 359); Blue value is 156 (61.33% from 255 or 43.45% from 359); Max value from RGB is 156 - color contains mainly: blue. Hex color #8C3F9C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C3F9C is #73C063. Grayscale: #606060. Windows color (decimal): -7585892 or 10239884. OLE color: 10239884.

HSL color Cylindrical-coordinate representation of color #8C3F9C: hue angle of 289.68º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8C3F9C is Cyan = 0.10, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB14063156-
CMYK0.100.6000.39
HSL289.68º42.47%42.94%-
HSV(B)289.68º59.62%61.18%-
XYZ18.5911.5332.7-
YUV96.62161.51158.94-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 39.00%
GREEN value IS 63 (25% from 255) = 17.55%
BLUE value IS 156 (61.33% from 255) = 43.45%
R=39.00%
G=17.55%
B=43.45%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal140631560.100.6000.39289.6842.4742.94
Hex8C3F9CA3C0271222a2b
Octal2147723412740474425253
Binary100011001111111001110010101111000100111100100010101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C3F9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,63,156); }

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

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

 a { background-color: rgb(140,63,156); }

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

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

 span { border-color: rgb(140,63,156); }

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