#9B2E8C

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

Shades of Dark Purple #9B2E8C

Tints of Dark Purple #9B2E8C

Color information

#9B2E8C (or 0x9B2E8C) is unknown color: approx Dark Purple. HEX triplet: 9B, 2E and 8C. RGB value is (155,46,140). Sum of RGB (Red+Green+Blue) = 155+46+140=341 (45% of max value = 765). Red value is 155 (60.94% from 255 or 45.45% from 341); Green value is 46 (18.36% from 255 or 13.49% from 341); Blue value is 140 (55.08% from 255 or 41.06% from 341); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2E8C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B2E8C is #64D173. Grayscale: #595959. Windows color (decimal): -6607220 or 9186971. OLE color: 9186971.

HSL color Cylindrical-coordinate representation of color #9B2E8C: hue angle of 308.26º degrees, saturation: 0.54, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9B2E8C is Cyan = 0, Magento = 0.70, Yellow = 0.10 and Black (K on CMYK) = 0.39.

Color convert

RGB15546140-
CMYK00.700.100.39
HSL308.26º54.23%39.41%-
HSV(B)308.26º70.32%60.78%-
XYZ19.2310.8225.89-
YUV89.31156.61174.86-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 45.45%
GREEN value IS 46 (18.36% from 255) = 13.49%
BLUE value IS 140 (55.08% from 255) = 41.06%
R=45.45%
G=13.49%
B=41.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.10
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1554614000.700.100.39308.2654.2339.41
Hex9B2E8C046A271343627
Octal23356214010612474646647
Binary1001101110111010001100010001101010100111100110100110110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B2E8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,46,140); }

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

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

 a { background-color: rgb(155,46,140); }

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

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

 span { border-color: rgb(155,46,140); }

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