#9B0283

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

Shades of Dark Magenta #9B0283

Tints of Dark Magenta #9B0283

Color information

#9B0283 (or 0x9B0283) is unknown color: approx Dark Magenta. HEX triplet: 9B, 02 and 83. RGB value is (155,2,131). Sum of RGB (Red+Green+Blue) = 155+2+131=288 (38% of max value = 765). Red value is 155 (60.94% from 255 or 53.82% from 288); Green value is 2 (1.17% from 255 or 0.69% from 288); Blue value is 131 (51.56% from 255 or 45.49% from 288); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0283 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9B0283 is #64FD7C. Grayscale: #3E3E3E. Windows color (decimal): -6618493 or 8585883. OLE color: 8585883.

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

Color convert

RGB1552131-
CMYK00.990.150.39
HSL309.41º97.45%30.78%-
HSV(B)309.41º98.71%60.78%-
XYZ17.648.6522.21-
YUV62.45166.69194.01-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 53.82%
GREEN value IS 2 (1.17% from 255) = 0.69%
BLUE value IS 131 (51.56% from 255) = 45.49%
R=53.82%
G=0.69%
B=45.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.15
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155213100.990.150.39309.4197.4530.78
Hex9B283063F27135611f
Octal23322030143174746514137
Binary100110111010000011011000111111100111100110101110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B0283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,2,131); }

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

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

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

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

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

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

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