#8D12C4

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

Shades of Dark Violet #8D12C4

Tints of Dark Violet #8D12C4

Color information

#8D12C4 (or 0x8D12C4) is unknown color: approx Dark Violet. HEX triplet: 8D, 12 and C4. RGB value is (141,18,196). Sum of RGB (Red+Green+Blue) = 141+18+196=355 (47% of max value = 765). Red value is 141 (55.47% from 255 or 39.72% from 355); Green value is 18 (7.42% from 255 or 5.07% from 355); Blue value is 196 (76.95% from 255 or 55.21% from 355); Max value from RGB is 196 - color contains mainly: blue. Hex color #8D12C4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8D12C4 is #72ED3B. Grayscale: #4A4A4A. Windows color (decimal): -7531836 or 12849805. OLE color: 12849805.

HSL color Cylindrical-coordinate representation of color #8D12C4: hue angle of 281.46º degrees, saturation: 0.83, 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 #8D12C4 is Cyan = 0.28, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB14118196-
CMYK0.280.9100.23
HSL281.46º83.18%41.96%-
HSV(B)281.46º90.82%76.86%-
XYZ21.1610.0853.05-
YUV75.07196.25175.03-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 39.72%
GREEN value IS 18 (7.42% from 255) = 5.07%
BLUE value IS 196 (76.95% from 255) = 55.21%
R=39.72%
G=5.07%
B=55.21%

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
Decimal141181960.280.9100.23281.4683.1841.96
Hex8D12C41C5B017119532a
Octal215223043413302743112352
Binary1000110110010110001001110010110110101111000110011010011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D12C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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