#9A1B8E

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

Shades of Dark Purple #9A1B8E

Tints of Dark Purple #9A1B8E

Color information

#9A1B8E (or 0x9A1B8E) is unknown color: approx Dark Purple. HEX triplet: 9A, 1B and 8E. RGB value is (154,27,142). Sum of RGB (Red+Green+Blue) = 154+27+142=323 (42% of max value = 765). Red value is 154 (60.55% from 255 or 47.68% from 323); Green value is 27 (10.94% from 255 or 8.36% from 323); Blue value is 142 (55.86% from 255 or 43.96% from 323); Max value from RGB is 154 - color contains mainly: red. Hex color #9A1B8E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A1B8E is #65E471. Grayscale: #4D4D4D. Windows color (decimal): -6677618 or 9313178. OLE color: 9313178.

HSL color Cylindrical-coordinate representation of color #9A1B8E: hue angle of 305.67º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9A1B8E is Cyan = 0, Magento = 0.82, Yellow = 0.08 and Black (K on CMYK) = 0.40.

Color convert

RGB15427142-
CMYK00.820.080.40
HSL305.67º70.17%35.49%-
HSV(B)305.67º82.47%60.39%-
XYZ18.69.6126.47-
YUV78.08164.08182.15-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 47.68%
GREEN value IS 27 (10.94% from 255) = 8.36%
BLUE value IS 142 (55.86% from 255) = 43.96%
R=47.68%
G=8.36%
B=43.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.08
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1542714200.820.080.40305.6770.1735.49
Hex9A1B8E0528281324623
Octal232332160122105046210643
Binary1001101011011100011100101001010001010001001100101000110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A1B8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,27,142); }

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

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

 a { background-color: rgb(154,27,142); }

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

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

 span { border-color: rgb(154,27,142); }

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