#8D11C4

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

Shades of Dark Violet #8D11C4

Tints of Dark Violet #8D11C4

Color information

#8D11C4 (or 0x8D11C4) is unknown color: approx Dark Violet. HEX triplet: 8D, 11 and C4. RGB value is (141,17,196). Sum of RGB (Red+Green+Blue) = 141+17+196=354 (46% of max value = 765). Red value is 141 (55.47% from 255 or 39.83% from 354); Green value is 17 (7.03% from 255 or 4.80% from 354); Blue value is 196 (76.95% from 255 or 55.37% from 354); Max value from RGB is 196 - color contains mainly: blue. Hex color #8D11C4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8D11C4 is #72EE3B. Grayscale: #494949. Windows color (decimal): -7532092 or 12849549. OLE color: 12849549.

HSL color Cylindrical-coordinate representation of color #8D11C4: hue angle of 281.56º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8D11C4 is Cyan = 0.28, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB14117196-
CMYK0.280.9100.23
HSL281.56º84.04%41.76%-
HSV(B)281.56º91.33%76.86%-
XYZ21.1510.0553.05-
YUV74.48196.58175.45-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 39.83%
GREEN value IS 17 (7.03% from 255) = 4.80%
BLUE value IS 196 (76.95% from 255) = 55.37%
R=39.83%
G=4.80%
B=55.37%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal141171960.280.9100.23281.5684.0441.76
Hex8D11C41C5B01711a542a
Octal215213043413302743212452
Binary1000110110001110001001110010110110101111000110101010100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D11C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,17,196); }

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

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

 a { background-color: rgb(141,17,196); }

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

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

 span { border-color: rgb(141,17,196); }

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