#8F04D0

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

Shades of Dark Violet #8F04D0

Tints of Dark Violet #8F04D0

Color information

#8F04D0 (or 0x8F04D0) is unknown color: approx Dark Violet. HEX triplet: 8F, 04 and D0. RGB value is (143,4,208). Sum of RGB (Red+Green+Blue) = 143+4+208=355 (47% of max value = 765). Red value is 143 (56.25% from 255 or 40.28% from 355); Green value is 4 (1.95% from 255 or 1.13% from 355); Blue value is 208 (81.64% from 255 or 58.59% from 355); Max value from RGB is 208 - color contains mainly: blue. Hex color #8F04D0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8F04D0 is #70FB2F. Grayscale: #444444. Windows color (decimal): -7404336 or 13632655. OLE color: 13632655.

HSL color Cylindrical-coordinate representation of color #8F04D0: hue angle of 280.88º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8F04D0 is Cyan = 0.31, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB1434208-
CMYK0.310.9800.18
HSL280.88º96.23%41.57%-
HSV(B)280.88º98.08%81.57%-
XYZ22.7610.4860.5-
YUV68.82206.55180.91-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 40.28%
GREEN value IS 4 (1.95% from 255) = 1.13%
BLUE value IS 208 (81.64% from 255) = 58.59%
R=40.28%
G=1.13%
B=58.59%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal14342080.310.9800.18280.8896.2341.57
Hex8F4D01F62012119602a
Octal21743203714202243114052
Binary10001111100110100001111111000100100101000110011100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F04D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,4,208); }

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

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

 a { background-color: rgb(143,4,208); }

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

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

 span { border-color: rgb(143,4,208); }

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