#8D12B2

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

Shades of Dark Violet #8D12B2

Tints of Dark Violet #8D12B2

Color information

#8D12B2 (or 0x8D12B2) is unknown color: approx Dark Violet. HEX triplet: 8D, 12 and B2. RGB value is (141,18,178). Sum of RGB (Red+Green+Blue) = 141+18+178=337 (44% of max value = 765). Red value is 141 (55.47% from 255 or 41.84% from 337); Green value is 18 (7.42% from 255 or 5.34% from 337); Blue value is 178 (69.92% from 255 or 52.82% from 337); Max value from RGB is 178 - color contains mainly: blue. Hex color #8D12B2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8D12B2 is #72ED4D. Grayscale: #484848. Windows color (decimal): -7531854 or 11670157. OLE color: 11670157.

HSL color Cylindrical-coordinate representation of color #8D12B2: hue angle of 286.12º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8D12B2 is Cyan = 0.21, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB14118178-
CMYK0.210.9000.30
HSL286.12º81.63%38.43%-
HSV(B)286.12º89.89%69.8%-
XYZ19.249.3142.9-
YUV73.02187.25176.49-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 41.84%
GREEN value IS 18 (7.42% from 255) = 5.34%
BLUE value IS 178 (69.92% from 255) = 52.82%
R=41.84%
G=5.34%
B=52.82%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal141181780.210.9000.30286.1281.6338.43
Hex8D12B2155A01E11e5226
Octal215222622513203643612246
Binary1000110110010101100101010110110100111101000111101010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D12B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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