#8f19d1

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

Shades of Dark Violet #8F19D1

Tints of Dark Violet #8F19D1

Color information

#8F19D1 (or 0x8F19D1) is unknown color: approx Dark Violet. HEX triplet: 8F, 19 and D1. RGB value is (143,25,209). Sum of RGB (Red+Green+Blue) = 143+25+209=377 (49% of max value = 765). Red value is 143 (56.25% from 255 or 37.93% from 377); Green value is 25 (10.16% from 255 or 6.63% from 377); Blue value is 209 (82.03% from 255 or 55.44% from 377); Max value from RGB is 209 - color contains mainly: blue. Hex color #8F19D1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8F19D1 is #70E62E. Grayscale: #505050. Windows color (decimal): -7398959 or 13703567. OLE color: 13703567.

HSL color Cylindrical-coordinate representation of color #8F19D1: hue angle of 278.48º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8F19D1 is Cyan = 0.32, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB14325209-
CMYK0.320.8800.18
HSL278.48º78.63%45.88%-
HSV(B)278.48º88.04%81.96%-
XYZ23.1811.1461.25-
YUV81.26200.09172.04-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 37.93%
GREEN value IS 25 (10.16% from 255) = 6.63%
BLUE value IS 209 (82.03% from 255) = 55.44%
R=37.93%
G=6.63%
B=55.44%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal143252090.320.8800.18278.4878.6345.88
Hex8F19D120580121164f2e
Octal217313214013002242611756
Binary10001111110011101000110000010110000100101000101101001111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8f19d1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,25,209); }

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

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

 a { background-color: rgb(143,25,209); }

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

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

 span { border-color: rgb(143,25,209); }

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