#8D04F9

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

Shades of Dark Violet #8D04F9

Tints of Dark Violet #8D04F9

Color information

#8D04F9 (or 0x8D04F9) is unknown color: approx Dark Violet. HEX triplet: 8D, 04 and F9. RGB value is (141,4,249). Sum of RGB (Red+Green+Blue) = 141+4+249=394 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.79% from 394); Green value is 4 (1.95% from 255 or 1.02% from 394); Blue value is 249 (97.66% from 255 or 63.20% from 394); Max value from RGB is 249 - color contains mainly: blue. Hex color #8D04F9 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8D04F9 is #72FB06. Grayscale: #484848. Windows color (decimal): -7535367 or 16319629. OLE color: 16319629.

HSL color Cylindrical-coordinate representation of color #8D04F9: hue angle of 273.55º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8D04F9 is Cyan = 0.43, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB1414249-
CMYK0.430.9800.02
HSL273.55º96.84%49.61%-
HSV(B)273.55º98.39%97.65%-
XYZ28.1312.5990.57-
YUV72.89227.39176.58-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 35.79%
GREEN value IS 4 (1.95% from 255) = 1.02%
BLUE value IS 249 (97.66% from 255) = 63.20%
R=35.79%
G=1.02%
B=63.20%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal14142490.430.9800.02273.5596.8449.61
Hex8D4F92B62021126132
Octal2154371531420242214162
Binary100011011001111100110101111000100101000100101100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D04F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,4,249); }

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

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

 a { background-color: rgb(141,4,249); }

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

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

 span { border-color: rgb(141,4,249); }

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