Html Css Color HEX #9B1A90 Dark Magenta

📋 copy color: '#9B1A90'

red 155 ◦ green 26 ◦ blue 144

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

Shades of Dark Magenta #9B1A90

Tints of Dark Magenta #9B1A90

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8%

 BLUE value IS 144 (56.64% from 255) = 44.31%

R = 47.69%
G = 8%
B = 44.31%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.07

 K value IS 0.39

RGB Variations

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

Color information

#9B1A90 (or 0x9B1A90) is known color: Dark Magenta. HEX triplet: 9B, 1A and 90. RGB value is (155,26,144). Sum of RGB (Red+Green+Blue) = 155+26+144=325 (43% of max value = 765). Red value is 155 (60.94% from 255 or 47.69% from 325); Green value is 26 (10.55% from 255 or 8% from 325); Blue value is 144 (56.64% from 255 or 44.31% from 325); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1A90 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B1A90 is #64E56F. Grayscale: #4D4D4D. Windows color (decimal): -6612336 or 9443995. OLE color: 9443995.

HSL color Cylindrical-coordinate representation of color #9B1A90: hue angle of 305.12º degrees, saturation: 0.71, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9B1A90 is Cyan = 0, Magento = 0.83, Yellow = 0.07 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 26 144 -
CMYK 0 0.83 0.07 0.39
HSL 305.12º 0.71% 0.35% -
HSV(B) 305.12º 0.83% 0.61% -
XYZ 18.92 9.72 27.26 -
YUV 78.02 165.24 182.91 -
System Red Green Blue C M Y K H S L
Decimal 155 26 144 0 0.83 0.07 0.39 305.12 0.71 0.35
Hex 9B 1A 90 0 53 7 27 131 47 23
Octal 233 32 220 0 123 7 47 461 107 43
Binary 10011011 11010 10010000 0 1010011 111 100111 100110001 1000111 100011

Color Harmonies of #9B1A90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B1A90

Black with #9B1A90

Text Example


Text Example

White with #9B1A90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,26,144); }

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

background-color css

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

 a { background-color: rgb(155,26,144); }

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

border-color css

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

 span { border-color: rgb(155,26,144); }

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