#9B08A3

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

Shades of Dark Magenta #9B08A3

Tints of Dark Magenta #9B08A3

Color information

#9B08A3 (or 0x9B08A3) is unknown color: approx Dark Magenta. HEX triplet: 9B, 08 and A3. RGB value is (155,8,163). Sum of RGB (Red+Green+Blue) = 155+8+163=326 (43% of max value = 765). Red value is 155 (60.94% from 255 or 47.55% from 326); Green value is 8 (3.52% from 255 or 2.45% from 326); Blue value is 163 (64.06% from 255 or 50% from 326); Max value from RGB is 163 - color contains mainly: blue. Hex color #9B08A3 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9B08A3 is #64F75C. Grayscale: #454545. Windows color (decimal): -6616925 or 10684571. OLE color: 10684571.

HSL color Cylindrical-coordinate representation of color #9B08A3: hue angle of 296.9º degrees, saturation: 0.91, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9B08A3 is Cyan = 0.05, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB1558163-
CMYK0.050.9500.36
HSL296.9º90.64%33.53%-
HSV(B)296.9º95.09%63.92%-
XYZ20.229.7935.47-
YUV69.62180.7188.9-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 47.55%
GREEN value IS 8 (3.52% from 255) = 2.45%
BLUE value IS 163 (64.06% from 255) = 50%
R=47.55%
G=2.45%
B=50%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal15581630.050.9500.36296.990.6433.53
Hex9B8A355F0241295b22
Octal23310243513704445113342
Binary10011011100010100011101101111101001001001010011011011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B08A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,8,163); }

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

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

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

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

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

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

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