#9B039B

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

Shades of Dark Magenta #9B039B

Tints of Dark Magenta #9B039B

Color information

#9B039B (or 0x9B039B) is unknown color: approx Dark Magenta. HEX triplet: 9B, 03 and 9B. RGB value is (155,3,155). Sum of RGB (Red+Green+Blue) = 155+3+155=313 (41% of max value = 765). Red value is 155 (60.94% from 255 or 49.52% from 313); Green value is 3 (1.56% from 255 or 0.96% from 313); Blue value is 155 (60.94% from 255 or 49.52% from 313); Max value from RGB is 155 - color contains mainly: red, blue. Hex color #9B039B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9B039B is #64FC64. Grayscale: #414141. Windows color (decimal): -6618213 or 10159003. OLE color: 10159003.

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

Color convert

RGB1553155-
CMYK00.9800.39
HSL300º96.2%30.98%-
HSV(B)300º98.06%60.78%-
XYZ19.479.431.8-
YUV65.78178.36191.64-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 49.52%
GREEN value IS 3 (1.56% from 255) = 0.96%
BLUE value IS 155 (60.94% from 255) = 49.52%
R=49.52%
G=0.96%
B=49.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155315500.9800.3930096.230.98
Hex9B39B06202712c601f
Octal2333233014204745414037
Binary100110111110011011011000100100111100101100110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B039B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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