#8c2d8e

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

Shades of Vivid Violet #8C2D8E

Tints of Vivid Violet #8C2D8E

Color information

#8C2D8E (or 0x8C2D8E) is unknown color: approx Vivid Violet. HEX triplet: 8C, 2D and 8E. RGB value is (140,45,142). Sum of RGB (Red+Green+Blue) = 140+45+142=327 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.81% from 327); Green value is 45 (17.97% from 255 or 13.76% from 327); Blue value is 142 (55.86% from 255 or 43.43% from 327); Max value from RGB is 142 - color contains mainly: blue. Hex color #8C2D8E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C2D8E is #73D271. Grayscale: #545454. Windows color (decimal): -7590514 or 9317772. OLE color: 9317772.

HSL color Cylindrical-coordinate representation of color #8C2D8E: hue angle of 298.76º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8C2D8E is Cyan = 0.01, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB14045142-
CMYK0.010.6800.44
HSL298.76º51.87%36.67%-
HSV(B)298.76º68.31%55.69%-
XYZ16.649.4126.53-
YUV84.46160.47167.61-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 42.81%
GREEN value IS 45 (17.97% from 255) = 13.76%
BLUE value IS 142 (55.86% from 255) = 43.43%
R=42.81%
G=13.76%
B=43.43%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal140451420.010.6800.44298.7651.8736.67
Hex8C2D8E14402C12b3425
Octal2145521611040544536445
Binary1000110010110110001110110001000101100100101011110100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8c2d8e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,45,142); }

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

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

 a { background-color: rgb(140,45,142); }

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

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

 span { border-color: rgb(140,45,142); }

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