Html Css Color HEX #9B00AE Dark Magenta

📋 copy color: '#9B00AE'

red 155 ◦ green 0 ◦ blue 174

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

Shades of Dark Magenta #9B00AE

Tints of Dark Magenta #9B00AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 52.89%

R = 47.11%
G = 0%
B = 52.89%

CMYK

 C value IS 0.11

 M value IS 1

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9B00AE (or 0x9B00AE) is known color: Dark Magenta. HEX triplet: 9B, 00 and AE. RGB value is (155,0,174). Sum of RGB (Red+Green+Blue) = 155+0+174=329 (43% of max value = 765). Red value is 155 (60.94% from 255 or 47.11% from 329); Green value is 0 (0.39% from 255 or 0% from 329); Blue value is 174 (68.36% from 255 or 52.89% from 329); Max value from RGB is 174 - color contains mainly: blue. Hex color #9B00AE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9B00AE is #64FF51. Grayscale: #414141. Windows color (decimal): -6618962 or 11403419. OLE color: 11403419.

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

Color convert

RGB 155 0 174 -
CMYK 0.11 1 0 0.32
HSL 293.45º 1% 0.34% -
HSV(B) 293.45º 1% 0.68% -
XYZ 21.16 10.02 40.86 -
YUV 66.18 188.85 191.35 -
System Red Green Blue C M Y K H S L
Decimal 155 0 174 0.11 1 0 0.32 293.45 1 0.34
Hex 9B 0 AE B 64 0 20 125 64 22
Octal 233 0 256 13 144 0 40 445 144 42
Binary 10011011 0 10101110 1011 1100100 0 100000 100100101 1100100 100010

Color Harmonies of #9B00AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B00AE

Black with #9B00AE

Text Example


Text Example

White with #9B00AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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