Html Css Color HEX #9B06AD Dark Magenta

📋 copy color: '#9B06AD'

red 155 ◦ green 6 ◦ blue 173

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

Shades of Dark Magenta #9B06AD

Tints of Dark Magenta #9B06AD

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.8%

 BLUE value IS 173 (67.97% from 255) = 51.8%

R = 46.41%
G = 1.8%
B = 51.8%

CMYK

 C value IS 0.10

 M value IS 0.97

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9B06AD (or 0x9B06AD) is known color: Dark Magenta. HEX triplet: 9B, 06 and AD. RGB value is (155,6,173). Sum of RGB (Red+Green+Blue) = 155+6+173=334 (44% of max value = 765). Red value is 155 (60.94% from 255 or 46.41% from 334); Green value is 6 (2.73% from 255 or 1.80% from 334); Blue value is 173 (67.97% from 255 or 51.80% from 334); Max value from RGB is 173 - color contains mainly: blue. Hex color #9B06AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9B06AD is #64F952. Grayscale: #454545. Windows color (decimal): -6617427 or 11339419. OLE color: 11339419.

HSL color Cylindrical-coordinate representation of color #9B06AD: hue angle of 293.53º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9B06AD is Cyan = 0.10, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 155 6 173 -
CMYK 0.10 0.97 0 0.32
HSL 293.53º 0.93% 0.35% -
HSV(B) 293.53º 0.97% 0.68% -
XYZ 21.13 10.12 40.37 -
YUV 69.59 186.36 188.92 -
System Red Green Blue C M Y K H S L
Decimal 155 6 173 0.10 0.97 0 0.32 293.53 0.93 0.35
Hex 9B 6 AD A 61 0 20 126 5D 23
Octal 233 6 255 12 141 0 40 446 135 43
Binary 10011011 110 10101101 1010 1100001 0 100000 100100110 1011101 100011

Color Harmonies of #9B06AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B06AD

Black with #9B06AD

Text Example


Text Example

White with #9B06AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,6,173); }

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

background-color css

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

 a { background-color: rgb(155,6,173); }

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

border-color css

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

 span { border-color: rgb(155,6,173); }

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