#8C1183

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

Shades of Dark Purple #8C1183

Tints of Dark Purple #8C1183

Color information

#8C1183 (or 0x8C1183) is unknown color: approx Dark Purple. HEX triplet: 8C, 11 and 83. RGB value is (140,17,131). Sum of RGB (Red+Green+Blue) = 140+17+131=288 (38% of max value = 765). Red value is 140 (55.08% from 255 or 48.61% from 288); Green value is 17 (7.03% from 255 or 5.90% from 288); Blue value is 131 (51.56% from 255 or 45.49% from 288); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1183 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8C1183 is #73EE7C. Grayscale: #424242. Windows color (decimal): -7597693 or 8589708. OLE color: 8589708.

HSL color Cylindrical-coordinate representation of color #8C1183: hue angle of 304.39º degrees, saturation: 0.78, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8C1183 is Cyan = 0, Magento = 0.88, Yellow = 0.06 and Black (K on CMYK) = 0.45.

Color convert

RGB14017131-
CMYK00.880.060.45
HSL304.39º78.34%30.78%-
HSV(B)304.39º87.86%54.9%-
XYZ15.117.6222.15-
YUV66.77164.25180.23-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 48.61%
GREEN value IS 17 (7.03% from 255) = 5.90%
BLUE value IS 131 (51.56% from 255) = 45.49%
R=48.61%
G=5.90%
B=45.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.06
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1401713100.880.060.45304.3978.3430.78
Hex8C118305862D1304e1f
Octal21421203013065546011637
Binary10001100100011000001101011000110101101100110000100111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C1183

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,17,131); }

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

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

 a { background-color: rgb(140,17,131); }

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

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

 span { border-color: rgb(140,17,131); }

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