#8C288E

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

Shades of Vivid Violet #8C288E

Tints of Vivid Violet #8C288E

Color information

#8C288E (or 0x8C288E) is unknown color: approx Vivid Violet. HEX triplet: 8C, 28 and 8E. RGB value is (140,40,142). Sum of RGB (Red+Green+Blue) = 140+40+142=322 (42% of max value = 765). Red value is 140 (55.08% from 255 or 43.48% from 322); Green value is 40 (16.02% from 255 or 12.42% from 322); Blue value is 142 (55.86% from 255 or 44.10% from 322); Max value from RGB is 142 - color contains mainly: blue. Hex color #8C288E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C288E is #73D771. Grayscale: #515151. Windows color (decimal): -7591794 or 9316492. OLE color: 9316492.

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

Color convert

RGB14040142-
CMYK0.010.7200.44
HSL298.82º56.04%35.69%-
HSV(B)298.82º71.83%55.69%-
XYZ16.469.0526.47-
YUV81.53162.13169.71-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 43.48%
GREEN value IS 40 (16.02% from 255) = 12.42%
BLUE value IS 142 (55.86% from 255) = 44.10%
R=43.48%
G=12.42%
B=44.10%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal140401420.010.7200.44298.8256.0435.69
Hex8C288E14802C12b3824
Octal2145021611100544537044
Binary1000110010100010001110110010000101100100101011111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C288E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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