#8C1D90

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

Shades of Dark Purple #8C1D90

Tints of Dark Purple #8C1D90

Color information

#8C1D90 (or 0x8C1D90) is unknown color: approx Dark Purple. HEX triplet: 8C, 1D and 90. RGB value is (140,29,144). Sum of RGB (Red+Green+Blue) = 140+29+144=313 (41% of max value = 765). Red value is 140 (55.08% from 255 or 44.73% from 313); Green value is 29 (11.72% from 255 or 9.27% from 313); Blue value is 144 (56.64% from 255 or 46.01% from 313); Max value from RGB is 144 - color contains mainly: blue. Hex color #8C1D90 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C1D90 is #73E26F. Grayscale: #4A4A4A. Windows color (decimal): -7594608 or 9444748. OLE color: 9444748.

HSL color Cylindrical-coordinate representation of color #8C1D90: hue angle of 297.91º degrees, saturation: 0.66, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8C1D90 is Cyan = 0.03, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB14029144-
CMYK0.030.8000.44
HSL297.91º66.47%33.92%-
HSV(B)297.91º79.86%56.47%-
XYZ16.298.4727.16-
YUV75.3166.77174.15-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 44.73%
GREEN value IS 29 (11.72% from 255) = 9.27%
BLUE value IS 144 (56.64% from 255) = 46.01%
R=44.73%
G=9.27%
B=46.01%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal140291440.030.8000.44297.9166.4733.92
Hex8C1D9035002C12a4222
Octal21435220312005445210242
Binary10001100111011001000011101000001011001001010101000010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C1D90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,29,144); }

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

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

 a { background-color: rgb(140,29,144); }

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

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

 span { border-color: rgb(140,29,144); }

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