#8C449D

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

Shades of Vivid Violet #8C449D

Tints of Vivid Violet #8C449D

Color information

#8C449D (or 0x8C449D) is unknown color: approx Vivid Violet. HEX triplet: 8C, 44 and 9D. RGB value is (140,68,157). Sum of RGB (Red+Green+Blue) = 140+68+157=365 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.36% from 365); Green value is 68 (26.95% from 255 or 18.63% from 365); Blue value is 157 (61.72% from 255 or 43.01% from 365); Max value from RGB is 157 - color contains mainly: blue. Hex color #8C449D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C449D is #73BB62. Grayscale: #636363. Windows color (decimal): -7584611 or 10306700. OLE color: 10306700.

HSL color Cylindrical-coordinate representation of color #8C449D: hue angle of 288.54º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8C449D is Cyan = 0.11, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB14068157-
CMYK0.110.5700.38
HSL288.54º39.56%44.12%-
HSV(B)288.54º56.69%61.57%-
XYZ18.9712.1433.24-
YUV99.67160.35156.76-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 38.36%
GREEN value IS 68 (26.95% from 255) = 18.63%
BLUE value IS 157 (61.72% from 255) = 43.01%
R=38.36%
G=18.63%
B=43.01%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal140681570.110.5700.38288.5439.5644.12
Hex8C449DB39026121282c
Octal21410423513710464415054
Binary1000110010001001001110110111110010100110100100001101000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C449D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,68,157); }

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

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

 a { background-color: rgb(140,68,157); }

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

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

 span { border-color: rgb(140,68,157); }

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