#8F1383

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

Shades of Dark Purple #8F1383

Tints of Dark Purple #8F1383

Color information

#8F1383 (or 0x8F1383) is unknown color: approx Dark Purple. HEX triplet: 8F, 13 and 83. RGB value is (143,19,131). Sum of RGB (Red+Green+Blue) = 143+19+131=293 (38% of max value = 765). Red value is 143 (56.25% from 255 or 48.81% from 293); Green value is 19 (7.81% from 255 or 6.48% from 293); Blue value is 131 (51.56% from 255 or 44.71% from 293); Max value from RGB is 143 - color contains mainly: red. Hex color #8F1383 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8F1383 is #70EC7C. Grayscale: #444444. Windows color (decimal): -7400573 or 8590223. OLE color: 8590223.

HSL color Cylindrical-coordinate representation of color #8F1383: hue angle of 305.81º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8F1383 is Cyan = 0, Magento = 0.87, Yellow = 0.08 and Black (K on CMYK) = 0.44.

Color convert

RGB14319131-
CMYK00.870.080.44
HSL305.81º76.54%31.76%-
HSV(B)305.81º86.71%56.08%-
XYZ15.667.9422.18-
YUV68.84163.08180.89-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 48.81%
GREEN value IS 19 (7.81% from 255) = 6.48%
BLUE value IS 131 (51.56% from 255) = 44.71%
R=48.81%
G=6.48%
B=44.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.08
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1431913100.870.080.44305.8176.5431.76
Hex8F138305782C1324d20
Octal217232030127105446211540
Binary1000111110011100000110101011110001011001001100101001101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F1383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,19,131); }

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

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

 a { background-color: rgb(143,19,131); }

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

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

 span { border-color: rgb(143,19,131); }

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