#8C408D

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

Shades of Vivid Violet #8C408D

Tints of Vivid Violet #8C408D

Color information

#8C408D (or 0x8C408D) is unknown color: approx Vivid Violet. HEX triplet: 8C, 40 and 8D. RGB value is (140,64,141). Sum of RGB (Red+Green+Blue) = 140+64+141=345 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.58% from 345); Green value is 64 (25.39% from 255 or 18.55% from 345); Blue value is 141 (55.47% from 255 or 40.87% from 345); Max value from RGB is 141 - color contains mainly: blue. Hex color #8C408D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C408D is #73BF72. Grayscale: #5F5F5F. Windows color (decimal): -7585651 or 9257100. OLE color: 9257100.

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

Color convert

RGB14064141-
CMYK0.010.5500.45
HSL299.22º37.56%40.2%-
HSV(B)299.22º54.61%55.29%-
XYZ17.4611.1726.43-
YUV95.5153.68159.74-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 40.58%
GREEN value IS 64 (25.39% from 255) = 18.55%
BLUE value IS 141 (55.47% from 255) = 40.87%
R=40.58%
G=18.55%
B=40.87%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140641410.010.5500.45299.2237.5640.2
Hex8C408D13702D12b2628
Octal2141002151670554534650
Binary1000110010000001000110111101110101101100101011100110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C408D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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