Html Css Color HEX #9B05AA Dark Magenta

📋 copy color: '#9B05AA'

red 155 ◦ green 5 ◦ blue 170

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

Shades of Dark Magenta #9B05AA

Tints of Dark Magenta #9B05AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 51.52%

R = 46.97%
G = 1.52%
B = 51.52%

CMYK

 C value IS 0.09

 M value IS 0.97

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9B05AA (or 0x9B05AA) is known color: Dark Magenta. HEX triplet: 9B, 05 and AA. RGB value is (155,5,170). Sum of RGB (Red+Green+Blue) = 155+5+170=330 (43% of max value = 765). Red value is 155 (60.94% from 255 or 46.97% from 330); Green value is 5 (2.34% from 255 or 1.52% from 330); Blue value is 170 (66.80% from 255 or 51.52% from 330); Max value from RGB is 170 - color contains mainly: blue. Hex color #9B05AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9B05AA is #64FA55. Grayscale: #444444. Windows color (decimal): -6617686 or 11142555. OLE color: 11142555.

HSL color Cylindrical-coordinate representation of color #9B05AA: hue angle of 294.55º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9B05AA is Cyan = 0.09, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 155 5 170 -
CMYK 0.09 0.97 0 0.33
HSL 294.55º 0.94% 0.34% -
HSV(B) 294.55º 0.97% 0.67% -
XYZ 20.83 9.98 38.86 -
YUV 68.66 185.2 189.58 -
System Red Green Blue C M Y K H S L
Decimal 155 5 170 0.09 0.97 0 0.33 294.55 0.94 0.34
Hex 9B 5 AA 9 61 0 21 127 5E 22
Octal 233 5 252 11 141 0 41 447 136 42
Binary 10011011 101 10101010 1001 1100001 0 100001 100100111 1011110 100010

Color Harmonies of #9B05AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B05AA

Black with #9B05AA

Text Example


Text Example

White with #9B05AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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