#9B008E

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

Shades of Dark Magenta #9B008E

Tints of Dark Magenta #9B008E

Color information

#9B008E (or 0x9B008E) is unknown color: approx Dark Magenta. HEX triplet: 9B, 00 and 8E. RGB value is (155,0,142). Sum of RGB (Red+Green+Blue) = 155+0+142=297 (39% of max value = 765). Red value is 155 (60.94% from 255 or 52.19% from 297); Green value is 0 (0.39% from 255 or 0% from 297); Blue value is 142 (55.86% from 255 or 47.81% from 297); Max value from RGB is 155 - color contains mainly: red. Hex color #9B008E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9B008E is #64FF71. Grayscale: #3E3E3E. Windows color (decimal): -6618994 or 9306267. OLE color: 9306267.

HSL color Cylindrical-coordinate representation of color #9B008E: hue angle of 305.03º 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 #9B008E is Cyan = 0, Magento = 1, Yellow = 0.08 and Black (K on CMYK) = 0.39.

Color convert

RGB1550142-
CMYK010.080.39
HSL305.03º100%30.39%-
HSV(B)305.03º100%60.78%-
XYZ18.48.9226.34-
YUV62.53172.85193.95-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 52.19%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 142 (55.86% from 255) = 47.81%
R=52.19%
G=0%
B=47.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.08
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1550142010.080.39305.0310030.39
Hex9B08E064827131641e
Octal23302160144104746114436
Binary10011011010001110011001001000100111100110001110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B008E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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