#8D05DA

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

Shades of Dark Violet #8D05DA

Tints of Dark Violet #8D05DA

Color information

#8D05DA (or 0x8D05DA) is unknown color: approx Dark Violet. HEX triplet: 8D, 05 and DA. RGB value is (141,5,218). Sum of RGB (Red+Green+Blue) = 141+5+218=364 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.74% from 364); Green value is 5 (2.34% from 255 or 1.37% from 364); Blue value is 218 (85.55% from 255 or 59.89% from 364); Max value from RGB is 218 - color contains mainly: blue. Hex color #8D05DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8D05DA is #72FA25. Grayscale: #454545. Windows color (decimal): -7535142 or 14288269. OLE color: 14288269.

HSL color Cylindrical-coordinate representation of color #8D05DA: hue angle of 278.31º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8D05DA is Cyan = 0.35, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB1415218-
CMYK0.350.9800.15
HSL278.31º95.52%43.73%-
HSV(B)278.31º97.71%85.49%-
XYZ23.6910.8367.17-
YUV69.95211.56178.68-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 38.74%
GREEN value IS 5 (2.34% from 255) = 1.37%
BLUE value IS 218 (85.55% from 255) = 59.89%
R=38.74%
G=1.37%
B=59.89%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal14152180.350.9800.15278.3195.5243.73
Hex8D5DA23620F116602c
Octal21553324314201742614054
Binary10001101101110110101000111100010011111000101101100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D05DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,5,218); }

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

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

 a { background-color: rgb(141,5,218); }

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

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

 span { border-color: rgb(141,5,218); }

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