#8D00F9

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

Shades of Dark Violet #8D00F9

Tints of Dark Violet #8D00F9

Color information

#8D00F9 (or 0x8D00F9) is unknown color: approx Dark Violet. HEX triplet: 8D, 00 and F9. RGB value is (141,0,249). Sum of RGB (Red+Green+Blue) = 141+0+249=390 (51% of max value = 765). Red value is 141 (55.47% from 255 or 36.15% from 390); Green value is 0 (0.39% from 255 or 0% from 390); Blue value is 249 (97.66% from 255 or 63.85% from 390); Max value from RGB is 249 - color contains mainly: blue. Hex color #8D00F9 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8D00F9 is #72FF06. Grayscale: #454545. Windows color (decimal): -7536391 or 16318605. OLE color: 16318605.

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

Color convert

RGB1410249-
CMYK0.43100.02
HSL273.98º100%48.82%-
HSV(B)273.98º100%97.65%-
XYZ28.0812.590.56-
YUV70.54228.71178.25-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 36.15%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 249 (97.66% from 255) = 63.85%
R=36.15%
G=0%
B=63.85%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal14102490.43100.02273.9810048.82
Hex8D0F92B64021126431
Octal2150371531440242214461
Binary1000110101111100110101111001000101000100101100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D00F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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