#8C469B

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

Shades of Vivid Violet #8C469B

Tints of Vivid Violet #8C469B

Color information

#8C469B (or 0x8C469B) is unknown color: approx Vivid Violet. HEX triplet: 8C, 46 and 9B. RGB value is (140,70,155). Sum of RGB (Red+Green+Blue) = 140+70+155=365 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.36% from 365); Green value is 70 (27.73% from 255 or 19.18% from 365); Blue value is 155 (60.94% from 255 or 42.47% from 365); Max value from RGB is 155 - color contains mainly: blue. Hex color #8C469B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C469B is #73B964. Grayscale: #646464. Windows color (decimal): -7584101 or 10176140. OLE color: 10176140.

HSL color Cylindrical-coordinate representation of color #8C469B: hue angle of 289.41º 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 #8C469B is Cyan = 0.10, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB14070155-
CMYK0.100.5500.39
HSL289.41º37.78%44.12%-
HSV(B)289.41º54.84%60.78%-
XYZ18.9212.3232.39-
YUV100.62158.69156.09-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 38.36%
GREEN value IS 70 (27.73% from 255) = 19.18%
BLUE value IS 155 (60.94% from 255) = 42.47%
R=38.36%
G=19.18%
B=42.47%

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
Decimal140701550.100.5500.39289.4137.7844.12
Hex8C469BA37027121262c
Octal21410623312670474414654
Binary1000110010001101001101110101101110100111100100001100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C469B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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