#8C3099

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

Shades of Vivid Violet #8C3099

Tints of Vivid Violet #8C3099

Color information

#8C3099 (or 0x8C3099) is unknown color: approx Vivid Violet. HEX triplet: 8C, 30 and 99. RGB value is (140,48,153). Sum of RGB (Red+Green+Blue) = 140+48+153=341 (45% of max value = 765). Red value is 140 (55.08% from 255 or 41.06% from 341); Green value is 48 (19.14% from 255 or 14.08% from 341); Blue value is 153 (60.16% from 255 or 44.87% from 341); Max value from RGB is 153 - color contains mainly: blue. Hex color #8C3099 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C3099 is #73CF66. Grayscale: #575757. Windows color (decimal): -7589735 or 10039436. OLE color: 10039436.

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

Color convert

RGB14048153-
CMYK0.080.6900.4
HSL292.57º52.24%39.41%-
HSV(B)292.57º68.63%60%-
XYZ17.629.9931.14-
YUV87.48164.98165.46-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 41.06%
GREEN value IS 48 (19.14% from 255) = 14.08%
BLUE value IS 153 (60.16% from 255) = 44.87%
R=41.06%
G=14.08%
B=44.87%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal140481530.080.6900.4292.5752.2439.41
Hex8C30998450281253427
Octal21460231101050504456447
Binary1000110011000010011001100010001010101000100100101110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C3099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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