#8F18D3

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

Shades of Dark Violet #8F18D3

Tints of Dark Violet #8F18D3

Color information

#8F18D3 (or 0x8F18D3) is unknown color: approx Dark Violet. HEX triplet: 8F, 18 and D3. RGB value is (143,24,211). Sum of RGB (Red+Green+Blue) = 143+24+211=378 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.83% from 378); Green value is 24 (9.77% from 255 or 6.35% from 378); Blue value is 211 (82.81% from 255 or 55.82% from 378); Max value from RGB is 211 - color contains mainly: blue. Hex color #8F18D3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8F18D3 is #70E72C. Grayscale: #505050. Windows color (decimal): -7399213 or 13834383. OLE color: 13834383.

HSL color Cylindrical-coordinate representation of color #8F18D3: hue angle of 278.18º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8F18D3 is Cyan = 0.32, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB14324211-
CMYK0.320.8900.17
HSL278.18º79.57%46.08%-
HSV(B)278.18º88.63%82.75%-
XYZ23.4111.262.56-
YUV80.9201.42172.29-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 37.83%
GREEN value IS 24 (9.77% from 255) = 6.35%
BLUE value IS 211 (82.81% from 255) = 55.82%
R=37.83%
G=6.35%
B=55.82%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal143242110.320.8900.17278.1879.5746.08
Hex8F18D32059011116502e
Octal217303234013102142612056
Binary10001111110001101001110000010110010100011000101101010000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F18D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,24,211); }

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

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

 a { background-color: rgb(143,24,211); }

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

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

 span { border-color: rgb(143,24,211); }

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