Html Css Color HEX #9B007F Dark Magenta

📋 copy color: '#9B007F'

red 155 ◦ green 0 ◦ blue 127

#9B007F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Magenta #9B007F

Tints of Dark Magenta #9B007F

RGB

 RED value IS 155 (60.94% from 255) = 54.96%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 127 (50% from 255) = 45.04%

R = 54.96%
G = 0%
B = 45.04%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.18

 K value IS 0.39

RGB Variations

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

Color information

#9B007F (or 0x9B007F) is known color: Dark Magenta. HEX triplet: 9B, 00 and 7F. RGB value is (155,0,127). Sum of RGB (Red+Green+Blue) = 155+0+127=282 (37% of max value = 765). Red value is 155 (60.94% from 255 or 54.96% from 282); Green value is 0 (0.39% from 255 or 0% from 282); Blue value is 127 (50% from 255 or 45.04% from 282); Max value from RGB is 155 - color contains mainly: red. Hex color #9B007F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B007F is #64FF80. Grayscale: #3C3C3C. Windows color (decimal): -6619009 or 8323227. OLE color: 8323227.

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

Color convert

RGB 155 0 127 -
CMYK 0 1 0.18 0.39
HSL 310.84º 1% 0.3% -
HSV(B) 310.84º 1% 0.61% -
XYZ 17.35 8.5 20.81 -
YUV 60.82 165.35 195.17 -
System Red Green Blue C M Y K H S L
Decimal 155 0 127 0 1 0.18 0.39 310.84 1 0.3
Hex 9B 0 7F 0 64 12 27 137 64 1E
Octal 233 0 177 0 144 22 47 467 144 36
Binary 10011011 0 1111111 0 1100100 10010 100111 100110111 1100100 11110

Color Harmonies of #9B007F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B007F

Black with #9B007F

Text Example


Text Example

White with #9B007F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9B007F;
 }
 .AnyTagClassName
 {
   color: #9B007F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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