#8C469C

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

Shades of Vivid Violet #8C469C

Tints of Vivid Violet #8C469C

Color information

#8C469C (or 0x8C469C) is unknown color: approx Vivid Violet. HEX triplet: 8C, 46 and 9C. RGB value is (140,70,156). Sum of RGB (Red+Green+Blue) = 140+70+156=366 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.25% from 366); Green value is 70 (27.73% from 255 or 19.13% from 366); Blue value is 156 (61.33% from 255 or 42.62% from 366); Max value from RGB is 156 - color contains mainly: blue. Hex color #8C469C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C469C is #73B963. Grayscale: #646464. Windows color (decimal): -7584100 or 10241676. OLE color: 10241676.

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

Color convert

RGB14070156-
CMYK0.100.5500.39
HSL288.84º38.05%44.31%-
HSV(B)288.84º55.13%61.18%-
XYZ19.0112.3632.84-
YUV100.73159.19156.01-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 38.25%
GREEN value IS 70 (27.73% from 255) = 19.13%
BLUE value IS 156 (61.33% from 255) = 42.62%
R=38.25%
G=19.13%
B=42.62%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal140701560.100.5500.39288.8438.0544.31
Hex8C469CA37027121262c
Octal21410623412670474414654
Binary1000110010001101001110010101101110100111100100001100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C469C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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