#8C4F9A

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

Shades of Vivid Violet #8C4F9A

Tints of Vivid Violet #8C4F9A

Color information

#8C4F9A (or 0x8C4F9A) is unknown color: approx Vivid Violet. HEX triplet: 8C, 4F and 9A. RGB value is (140,79,154). Sum of RGB (Red+Green+Blue) = 140+79+154=373 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.53% from 373); Green value is 79 (31.25% from 255 or 21.18% from 373); Blue value is 154 (60.55% from 255 or 41.29% from 373); Max value from RGB is 154 - color contains mainly: blue. Hex color #8C4F9A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C4F9A is #73B065. Grayscale: #696969. Windows color (decimal): -7581798 or 10112908. OLE color: 10112908.

HSL color Cylindrical-coordinate representation of color #8C4F9A: hue angle of 288.8º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8C4F9A is Cyan = 0.09, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB14079154-
CMYK0.090.4900.40
HSL288.8º32.19%45.69%-
HSV(B)288.8º48.7%60.39%-
XYZ19.4413.532.15-
YUV105.79155.21152.4-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 37.53%
GREEN value IS 79 (31.25% from 255) = 21.18%
BLUE value IS 154 (60.55% from 255) = 41.29%
R=37.53%
G=21.18%
B=41.29%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal140791540.090.4900.40288.832.1945.69
Hex8C4F9A931028121202e
Octal21411723211610504414056
Binary1000110010011111001101010011100010101000100100001100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C4F9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,79,154); }

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

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

 a { background-color: rgb(140,79,154); }

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

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

 span { border-color: rgb(140,79,154); }

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