Html Css Color HEX #9B00AC Dark Magenta

📋 copy color: '#9B00AC'

red 155 ◦ green 0 ◦ blue 172

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

Shades of Dark Magenta #9B00AC

Tints of Dark Magenta #9B00AC

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 172 (67.58% from 255) = 52.6%

R = 47.4%
G = 0%
B = 52.6%

CMYK

 C value IS 0.10

 M value IS 1

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9B00AC (or 0x9B00AC) is known color: Dark Magenta. HEX triplet: 9B, 00 and AC. RGB value is (155,0,172). Sum of RGB (Red+Green+Blue) = 155+0+172=327 (43% of max value = 765). Red value is 155 (60.94% from 255 or 47.40% from 327); Green value is 0 (0.39% from 255 or 0% from 327); Blue value is 172 (67.58% from 255 or 52.60% from 327); Max value from RGB is 172 - color contains mainly: blue. Hex color #9B00AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9B00AC is #64FF53. Grayscale: #414141. Windows color (decimal): -6618964 or 11272347. OLE color: 11272347.

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

Color convert

RGB 155 0 172 -
CMYK 0.10 1 0 0.33
HSL 294.07º 1% 0.34% -
HSV(B) 294.07º 1% 0.67% -
XYZ 20.96 9.95 39.84 -
YUV 65.95 187.85 191.51 -
System Red Green Blue C M Y K H S L
Decimal 155 0 172 0.10 1 0 0.33 294.07 1 0.34
Hex 9B 0 AC A 64 0 21 126 64 22
Octal 233 0 254 12 144 0 41 446 144 42
Binary 10011011 0 10101100 1010 1100100 0 100001 100100110 1100100 100010

Color Harmonies of #9B00AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B00AC

Black with #9B00AC

Text Example


Text Example

White with #9B00AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,0,172); }

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

background-color css

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

 a { background-color: rgb(155,0,172); }

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

border-color css

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

 span { border-color: rgb(155,0,172); }

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