#9B178A

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

Shades of Dark Purple #9B178A

Tints of Dark Purple #9B178A

Color information

#9B178A (or 0x9B178A) is unknown color: approx Dark Purple. HEX triplet: 9B, 17 and 8A. RGB value is (155,23,138). Sum of RGB (Red+Green+Blue) = 155+23+138=316 (41% of max value = 765). Red value is 155 (60.94% from 255 or 49.05% from 316); Green value is 23 (9.38% from 255 or 7.28% from 316); Blue value is 138 (54.30% from 255 or 43.67% from 316); Max value from RGB is 155 - color contains mainly: red. Hex color #9B178A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9B178A is #64E875. Grayscale: #4B4B4B. Windows color (decimal): -6613110 or 9050011. OLE color: 9050011.

HSL color Cylindrical-coordinate representation of color #9B178A: hue angle of 307.73º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9B178A is Cyan = 0, Magento = 0.85, Yellow = 0.11 and Black (K on CMYK) = 0.39.

Color convert

RGB15523138-
CMYK00.850.110.39
HSL307.73º74.16%34.9%-
HSV(B)307.73º85.16%60.78%-
XYZ18.419.4224.89-
YUV75.58163.23184.65-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 49.05%
GREEN value IS 23 (9.38% from 255) = 7.28%
BLUE value IS 138 (54.30% from 255) = 43.67%
R=49.05%
G=7.28%
B=43.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.11
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1552313800.850.110.39307.7374.1634.9
Hex9B178A055B271344a23
Octal233272120125134746411243
Binary1001101110111100010100101010110111001111001101001001010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B178A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,23,138); }

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

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

 a { background-color: rgb(155,23,138); }

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

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

 span { border-color: rgb(155,23,138); }

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