Html Css Color HEX #9B0593 Dark Magenta

📋 copy color: '#9B0593'

red 155 ◦ green 5 ◦ blue 147

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

Shades of Dark Magenta #9B0593

Tints of Dark Magenta #9B0593

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.63%

 BLUE value IS 147 (57.81% from 255) = 47.88%

R = 50.49%
G = 1.63%
B = 47.88%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.05

 K value IS 0.39

RGB Variations

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

Color information

#9B0593 (or 0x9B0593) is known color: Dark Magenta. HEX triplet: 9B, 05 and 93. RGB value is (155,5,147). Sum of RGB (Red+Green+Blue) = 155+5+147=307 (40% of max value = 765). Red value is 155 (60.94% from 255 or 50.49% from 307); Green value is 5 (2.34% from 255 or 1.63% from 307); Blue value is 147 (57.81% from 255 or 47.88% from 307); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0593 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9B0593 is #64FA6C. Grayscale: #414141. Windows color (decimal): -6617709 or 9635227. OLE color: 9635227.

HSL color Cylindrical-coordinate representation of color #9B0593: hue angle of 303.2º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9B0593 is Cyan = 0, Magento = 0.97, Yellow = 0.05 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 5 147 -
CMYK 0 0.97 0.05 0.39
HSL 303.2º 0.94% 0.31% -
HSV(B) 303.2º 0.97% 0.61% -
XYZ 18.84 9.18 28.38 -
YUV 66.04 173.7 191.45 -
System Red Green Blue C M Y K H S L
Decimal 155 5 147 0 0.97 0.05 0.39 303.2 0.94 0.31
Hex 9B 5 93 0 61 5 27 12F 5E 1F
Octal 233 5 223 0 141 5 47 457 136 37
Binary 10011011 101 10010011 0 1100001 101 100111 100101111 1011110 11111

Color Harmonies of #9B0593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B0593

Black with #9B0593

Text Example


Text Example

White with #9B0593

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,5,147); }

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

background-color css

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

 a { background-color: rgb(155,5,147); }

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

border-color css

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

 span { border-color: rgb(155,5,147); }

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