Html Css Color HEX #9B0295 Dark Magenta

📋 copy color: '#9B0295'

red 155 ◦ green 2 ◦ blue 149

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

Shades of Dark Magenta #9B0295

Tints of Dark Magenta #9B0295

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.65%

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

R = 50.65%
G = 0.65%
B = 48.69%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.04

 K value IS 0.39

RGB Variations

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

Color information

#9B0295 (or 0x9B0295) is known color: Dark Magenta. HEX triplet: 9B, 02 and 95. RGB value is (155,2,149). Sum of RGB (Red+Green+Blue) = 155+2+149=306 (40% of max value = 765). Red value is 155 (60.94% from 255 or 50.65% from 306); Green value is 2 (1.17% from 255 or 0.65% from 306); Blue value is 149 (58.59% from 255 or 48.69% from 306); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0295 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9B0295 is #64FD6A. Grayscale: #404040. Windows color (decimal): -6618475 or 9765531. OLE color: 9765531.

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

Color convert

RGB 155 2 149 -
CMYK 0 0.99 0.04 0.39
HSL 302.35º 0.97% 0.31% -
HSV(B) 302.35º 0.99% 0.61% -
XYZ 18.96 9.18 29.21 -
YUV 64.51 175.69 192.55 -
System Red Green Blue C M Y K H S L
Decimal 155 2 149 0 0.99 0.04 0.39 302.35 0.97 0.31
Hex 9B 2 95 0 63 4 27 12E 61 1F
Octal 233 2 225 0 143 4 47 456 141 37
Binary 10011011 10 10010101 0 1100011 100 100111 100101110 1100001 11111

Color Harmonies of #9B0295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B0295

Black with #9B0295

Text Example


Text Example

White with #9B0295

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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