Html Css Color HEX #9B09AA Dark Magenta

📋 copy color: '#9B09AA'

red 155 ◦ green 9 ◦ blue 170

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

Shades of Dark Magenta #9B09AA

Tints of Dark Magenta #9B09AA

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.69%

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

R = 46.41%
G = 2.69%
B = 50.9%

CMYK

 C value IS 0.09

 M value IS 0.95

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9B09AA (or 0x9B09AA) is known color: Dark Magenta. HEX triplet: 9B, 09 and AA. RGB value is (155,9,170). Sum of RGB (Red+Green+Blue) = 155+9+170=334 (44% of max value = 765). Red value is 155 (60.94% from 255 or 46.41% from 334); Green value is 9 (3.91% from 255 or 2.69% from 334); Blue value is 170 (66.80% from 255 or 50.90% from 334); Max value from RGB is 170 - color contains mainly: blue. Hex color #9B09AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9B09AA is #64F655. Grayscale: #464646. Windows color (decimal): -6616662 or 11143579. OLE color: 11143579.

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

Color convert

RGB 155 9 170 -
CMYK 0.09 0.95 0 0.33
HSL 294.41º 0.9% 0.35% -
HSV(B) 294.41º 0.95% 0.67% -
XYZ 20.87 10.07 38.87 -
YUV 71.01 183.87 187.91 -
System Red Green Blue C M Y K H S L
Decimal 155 9 170 0.09 0.95 0 0.33 294.41 0.9 0.35
Hex 9B 9 AA 9 5F 0 21 126 5A 23
Octal 233 11 252 11 137 0 41 446 132 43
Binary 10011011 1001 10101010 1001 1011111 0 100001 100100110 1011010 100011

Color Harmonies of #9B09AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B09AA

Black with #9B09AA

Text Example


Text Example

White with #9B09AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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