#8D288E

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

Shades of Vivid Violet #8D288E

Tints of Vivid Violet #8D288E

Color information

#8D288E (or 0x8D288E) is unknown color: approx Vivid Violet. HEX triplet: 8D, 28 and 8E. RGB value is (141,40,142). Sum of RGB (Red+Green+Blue) = 141+40+142=323 (42% of max value = 765). Red value is 141 (55.47% from 255 or 43.65% from 323); Green value is 40 (16.02% from 255 or 12.38% from 323); Blue value is 142 (55.86% from 255 or 43.96% from 323); Max value from RGB is 142 - color contains mainly: blue. Hex color #8D288E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D288E is #72D771. Grayscale: #515151. Windows color (decimal): -7526258 or 9316493. OLE color: 9316493.

HSL color Cylindrical-coordinate representation of color #8D288E: hue angle of 299.41º 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 #8D288E is Cyan = 0.01, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB14140142-
CMYK0.010.7200.44
HSL299.41º56.04%35.69%-
HSV(B)299.41º71.83%55.69%-
XYZ16.639.1326.48-
YUV81.83161.96170.21-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 43.65%
GREEN value IS 40 (16.02% from 255) = 12.38%
BLUE value IS 142 (55.86% from 255) = 43.96%
R=43.65%
G=12.38%
B=43.96%

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
Decimal141401420.010.7200.44299.4156.0435.69
Hex8D288E14802C12b3824
Octal2155021611100544537044
Binary1000110110100010001110110010000101100100101011111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D288E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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