#8C4083

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

Shades of Vivid Violet #8C4083

Tints of Vivid Violet #8C4083

Color information

#8C4083 (or 0x8C4083) is unknown color: approx Vivid Violet. HEX triplet: 8C, 40 and 83. RGB value is (140,64,131). Sum of RGB (Red+Green+Blue) = 140+64+131=335 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.79% from 335); Green value is 64 (25.39% from 255 or 19.10% from 335); Blue value is 131 (51.56% from 255 or 39.10% from 335); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4083 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C4083 is #73BF7C. Grayscale: #5E5E5E. Windows color (decimal): -7585661 or 8601740. OLE color: 8601740.

HSL color Cylindrical-coordinate representation of color #8C4083: hue angle of 307.11º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8C4083 is Cyan = 0, Magento = 0.54, Yellow = 0.06 and Black (K on CMYK) = 0.45.

Color convert

RGB14064131-
CMYK00.540.060.45
HSL307.11º37.25%40%-
HSV(B)307.11º54.29%54.9%-
XYZ16.7510.8822.69-
YUV94.36148.68160.55-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 41.79%
GREEN value IS 64 (25.39% from 255) = 19.10%
BLUE value IS 131 (51.56% from 255) = 39.10%
R=41.79%
G=19.10%
B=39.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.06
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1406413100.540.060.45307.1137.2540
Hex8C408303662D1332528
Octal2141002030666554634550
Binary100011001000000100000110110110110101101100110011100101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C4083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,64,131); }

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

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

 a { background-color: rgb(140,64,131); }

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

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

 span { border-color: rgb(140,64,131); }

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