#8D14CE

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

Shades of Dark Violet #8D14CE

Tints of Dark Violet #8D14CE

Color information

#8D14CE (or 0x8D14CE) is unknown color: approx Dark Violet. HEX triplet: 8D, 14 and CE. RGB value is (141,20,206). Sum of RGB (Red+Green+Blue) = 141+20+206=367 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.42% from 367); Green value is 20 (8.20% from 255 or 5.45% from 367); Blue value is 206 (80.86% from 255 or 56.13% from 367); Max value from RGB is 206 - color contains mainly: blue. Hex color #8D14CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8D14CE is #72EB31. Grayscale: #4C4C4C. Windows color (decimal): -7531314 or 13505677. OLE color: 13505677.

HSL color Cylindrical-coordinate representation of color #8D14CE: hue angle of 279.03º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8D14CE is Cyan = 0.32, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB14120206-
CMYK0.320.9000.19
HSL279.03º82.3%44.31%-
HSV(B)279.03º90.29%80.78%-
XYZ22.3810.6259.26-
YUV77.38200.59173.38-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 38.42%
GREEN value IS 20 (8.20% from 255) = 5.45%
BLUE value IS 206 (80.86% from 255) = 56.13%
R=38.42%
G=5.45%
B=56.13%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal141202060.320.9000.19279.0382.344.31
Hex8D14CE205A013117522c
Octal215243164013202342712254
Binary10001101101001100111010000010110100100111000101111010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D14CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,20,206); }

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

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

 a { background-color: rgb(141,20,206); }

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

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

 span { border-color: rgb(141,20,206); }

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