#8D06D5

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

Shades of Dark Violet #8D06D5

Tints of Dark Violet #8D06D5

Color information

#8D06D5 (or 0x8D06D5) is unknown color: approx Dark Violet. HEX triplet: 8D, 06 and D5. RGB value is (141,6,213). Sum of RGB (Red+Green+Blue) = 141+6+213=360 (47% of max value = 765). Red value is 141 (55.47% from 255 or 39.17% from 360); Green value is 6 (2.73% from 255 or 1.67% from 360); Blue value is 213 (83.59% from 255 or 59.17% from 360); Max value from RGB is 213 - color contains mainly: blue. Hex color #8D06D5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8D06D5 is #72F92A. Grayscale: #454545. Windows color (decimal): -7534891 or 13960845. OLE color: 13960845.

HSL color Cylindrical-coordinate representation of color #8D06D5: hue angle of 279.13º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8D06D5 is Cyan = 0.34, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB1416213-
CMYK0.340.9700.16
HSL279.13º94.52%42.94%-
HSV(B)279.13º97.18%83.53%-
XYZ23.0610.663.78-
YUV69.96208.73178.67-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 39.17%
GREEN value IS 6 (2.73% from 255) = 1.67%
BLUE value IS 213 (83.59% from 255) = 59.17%
R=39.17%
G=1.67%
B=59.17%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal14162130.340.9700.16279.1394.5242.94
Hex8D6D522610101175f2b
Octal21563254214102042713753
Binary100011011101101010110001011000010100001000101111011111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D06D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,6,213); }

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

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

 a { background-color: rgb(141,6,213); }

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

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

 span { border-color: rgb(141,6,213); }

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