#8D12BF

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

Shades of Dark Violet #8D12BF

Tints of Dark Violet #8D12BF

Color information

#8D12BF (or 0x8D12BF) is unknown color: approx Dark Violet. HEX triplet: 8D, 12 and BF. RGB value is (141,18,191). Sum of RGB (Red+Green+Blue) = 141+18+191=350 (46% of max value = 765). Red value is 141 (55.47% from 255 or 40.29% from 350); Green value is 18 (7.42% from 255 or 5.14% from 350); Blue value is 191 (75% from 255 or 54.57% from 350); Max value from RGB is 191 - color contains mainly: blue. Hex color #8D12BF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8D12BF is #72ED40. Grayscale: #494949. Windows color (decimal): -7531841 or 12522125. OLE color: 12522125.

HSL color Cylindrical-coordinate representation of color #8D12BF: hue angle of 282.66º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8D12BF is Cyan = 0.26, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB14118191-
CMYK0.260.9100.25
HSL282.66º82.78%40.98%-
HSV(B)282.66º90.58%74.9%-
XYZ20.69.8650.11-
YUV74.5193.75175.43-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 40.29%
GREEN value IS 18 (7.42% from 255) = 5.14%
BLUE value IS 191 (75% from 255) = 54.57%
R=40.29%
G=5.14%
B=54.57%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal141181910.260.9100.25282.6682.7840.98
Hex8D12BF1A5B01911b5329
Octal215222773213303143312351
Binary1000110110010101111111101010110110110011000110111010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D12BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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