#9B1C8E

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

Shades of Dark Purple #9B1C8E

Tints of Dark Purple #9B1C8E

Color information

#9B1C8E (or 0x9B1C8E) is unknown color: approx Dark Purple. HEX triplet: 9B, 1C and 8E. RGB value is (155,28,142). Sum of RGB (Red+Green+Blue) = 155+28+142=325 (43% of max value = 765). Red value is 155 (60.94% from 255 or 47.69% from 325); Green value is 28 (11.33% from 255 or 8.62% from 325); Blue value is 142 (55.86% from 255 or 43.69% from 325); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1C8E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B1C8E is #64E371. Grayscale: #4E4E4E. Windows color (decimal): -6611826 or 9313435. OLE color: 9313435.

HSL color Cylindrical-coordinate representation of color #9B1C8E: hue angle of 306.14º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9B1C8E is Cyan = 0, Magento = 0.82, Yellow = 0.08 and Black (K on CMYK) = 0.39.

Color convert

RGB15528142-
CMYK00.820.080.39
HSL306.14º69.4%35.88%-
HSV(B)306.14º81.94%60.78%-
XYZ18.829.7526.48-
YUV78.97163.58182.23-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 47.69%
GREEN value IS 28 (11.33% from 255) = 8.62%
BLUE value IS 142 (55.86% from 255) = 43.69%
R=47.69%
G=8.62%
B=43.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.08
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1552814200.820.080.39306.1469.435.88
Hex9B1C8E0528271324524
Octal233342160122104746210544
Binary1001101111100100011100101001010001001111001100101000101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B1C8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9B1C8E; }

 p { color: rgb(155,28,142); }

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

<style>
 a { background-color: #9B1C8E; }

 a { background-color: rgb(155,28,142); }

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

<style>
 span { border-color: #9B1C8E; }

 span { border-color: rgb(155,28,142); }

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