#8C309C

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

Shades of Vivid Violet #8C309C

Tints of Vivid Violet #8C309C

Color information

#8C309C (or 0x8C309C) is unknown color: approx Vivid Violet. HEX triplet: 8C, 30 and 9C. RGB value is (140,48,156). Sum of RGB (Red+Green+Blue) = 140+48+156=344 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.70% from 344); Green value is 48 (19.14% from 255 or 13.95% from 344); Blue value is 156 (61.33% from 255 or 45.35% from 344); Max value from RGB is 156 - color contains mainly: blue. Hex color #8C309C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C309C is #73CF63. Grayscale: #575757. Windows color (decimal): -7589732 or 10236044. OLE color: 10236044.

HSL color Cylindrical-coordinate representation of color #8C309C: hue angle of 291.11º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8C309C is Cyan = 0.10, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB14048156-
CMYK0.100.6900.39
HSL291.11º52.94%40%-
HSV(B)291.11º69.23%61.18%-
XYZ17.8710.0932.46-
YUV87.82166.48165.22-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 40.70%
GREEN value IS 48 (19.14% from 255) = 13.95%
BLUE value IS 156 (61.33% from 255) = 45.35%
R=40.70%
G=13.95%
B=45.35%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal140481560.100.6900.39291.1152.9440
Hex8C309CA450271233528
Octal21460234121050474436550
Binary1000110011000010011100101010001010100111100100011110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C309C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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