#9B009B

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

Shades of Dark Magenta #9B009B

Tints of Dark Magenta #9B009B

Color information

#9B009B (or 0x9B009B) is unknown color: approx Dark Magenta. HEX triplet: 9B, 00 and 9B. RGB value is (155,0,155). Sum of RGB (Red+Green+Blue) = 155+0+155=310 (41% of max value = 765). Red value is 155 (60.94% from 255 or 50% from 310); Green value is 0 (0.39% from 255 or 0% from 310); Blue value is 155 (60.94% from 255 or 50% from 310); Max value from RGB is 155 - color contains mainly: red, blue. Hex color #9B009B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9B009B is #64FF64. Grayscale: #3F3F3F. Windows color (decimal): -6618981 or 10158235. OLE color: 10158235.

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

Color convert

RGB1550155-
CMYK0100.39
HSL300º100%30.39%-
HSV(B)300º100%60.78%-
XYZ19.439.3431.79-
YUV64.02179.35192.9-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 50%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 155 (60.94% from 255) = 50%
R=50%
G=0%
B=50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15501550100.3930010030.39
Hex9B09B06402712c641e
Octal2330233014404745414436
Binary10011011010011011011001000100111100101100110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B009B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,0,155); }

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

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

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

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

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

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

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