#8D18C3

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

Shades of Dark Violet #8D18C3

Tints of Dark Violet #8D18C3

Color information

#8D18C3 (or 0x8D18C3) is unknown color: approx Dark Violet. HEX triplet: 8D, 18 and C3. RGB value is (141,24,195). Sum of RGB (Red+Green+Blue) = 141+24+195=360 (47% of max value = 765). Red value is 141 (55.47% from 255 or 39.17% from 360); Green value is 24 (9.77% from 255 or 6.67% from 360); Blue value is 195 (76.56% from 255 or 54.17% from 360); Max value from RGB is 195 - color contains mainly: blue. Hex color #8D18C3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8D18C3 is #72E73C. Grayscale: #4D4D4D. Windows color (decimal): -7530301 or 12785805. OLE color: 12785805.

HSL color Cylindrical-coordinate representation of color #8D18C3: hue angle of 281.05º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8D18C3 is Cyan = 0.28, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB14124195-
CMYK0.280.8800.24
HSL281.05º78.08%42.94%-
HSV(B)281.05º87.69%76.47%-
XYZ21.1610.2652.49-
YUV78.48193.76172.6-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 39.17%
GREEN value IS 24 (9.77% from 255) = 6.67%
BLUE value IS 195 (76.56% from 255) = 54.17%
R=39.17%
G=6.67%
B=54.17%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal141241950.280.8800.24281.0578.0842.94
Hex8D18C31C580181194e2b
Octal215303033413003043111653
Binary1000110111000110000111110010110000110001000110011001110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D18C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,24,195); }

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

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

 a { background-color: rgb(141,24,195); }

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

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

 span { border-color: rgb(141,24,195); }

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