Html Css Color HEX #9B0B8E Dark Magenta

📋 copy color: '#9B0B8E'

red 155 ◦ green 11 ◦ blue 142

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

Shades of Dark Magenta #9B0B8E

Tints of Dark Magenta #9B0B8E

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.57%

 BLUE value IS 142 (55.86% from 255) = 46.1%

R = 50.32%
G = 3.57%
B = 46.1%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.08

 K value IS 0.39

RGB Variations

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

Color information

#9B0B8E (or 0x9B0B8E) is known color: Dark Magenta. HEX triplet: 9B, 0B and 8E. RGB value is (155,11,142). Sum of RGB (Red+Green+Blue) = 155+11+142=308 (40% of max value = 765). Red value is 155 (60.94% from 255 or 50.32% from 308); Green value is 11 (4.69% from 255 or 3.57% from 308); Blue value is 142 (55.86% from 255 or 46.10% from 308); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0B8E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9B0B8E is #64F471. Grayscale: #444444. Windows color (decimal): -6616178 or 9309083. OLE color: 9309083.

HSL color Cylindrical-coordinate representation of color #9B0B8E: hue angle of 305.42º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9B0B8E is Cyan = 0, Magento = 0.93, Yellow = 0.08 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 11 142 -
CMYK 0 0.93 0.08 0.39
HSL 305.42º 0.87% 0.33% -
HSV(B) 305.42º 0.93% 0.61% -
XYZ 18.52 9.16 26.38 -
YUV 68.99 169.21 189.35 -
System Red Green Blue C M Y K H S L
Decimal 155 11 142 0 0.93 0.08 0.39 305.42 0.87 0.33
Hex 9B B 8E 0 5D 8 27 131 57 21
Octal 233 13 216 0 135 10 47 461 127 41
Binary 10011011 1011 10001110 0 1011101 1000 100111 100110001 1010111 100001

Color Harmonies of #9B0B8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B0B8E

Black with #9B0B8E

Text Example


Text Example

White with #9B0B8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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