Html Css Color HEX #9B0095 Dark Magenta

📋 copy color: '#9B0095'

red 155 ◦ green 0 ◦ blue 149

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

Shades of Dark Magenta #9B0095

Tints of Dark Magenta #9B0095

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 49.01%

R = 50.99%
G = 0%
B = 49.01%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.04

 K value IS 0.39

RGB Variations

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

Color information

#9B0095 (or 0x9B0095) is known color: Dark Magenta. HEX triplet: 9B, 00 and 95. RGB value is (155,0,149). Sum of RGB (Red+Green+Blue) = 155+0+149=304 (40% of max value = 765). Red value is 155 (60.94% from 255 or 50.99% from 304); Green value is 0 (0.39% from 255 or 0% from 304); Blue value is 149 (58.59% from 255 or 49.01% from 304); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0095 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9B0095 is #64FF6A. Grayscale: #3E3E3E. Windows color (decimal): -6618987 or 9765019. OLE color: 9765019.

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

Color convert

RGB 155 0 149 -
CMYK 0 1 0.04 0.39
HSL 302.32º 1% 0.3% -
HSV(B) 302.32º 1% 0.61% -
XYZ 18.94 9.14 29.2 -
YUV 63.33 176.35 193.38 -
System Red Green Blue C M Y K H S L
Decimal 155 0 149 0 1 0.04 0.39 302.32 1 0.3
Hex 9B 0 95 0 64 4 27 12E 64 1E
Octal 233 0 225 0 144 4 47 456 144 36
Binary 10011011 0 10010101 0 1100100 100 100111 100101110 1100100 11110

Color Harmonies of #9B0095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B0095

Black with #9B0095

Text Example


Text Example

White with #9B0095

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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