Html Css Color HEX #9B08AD Dark Magenta

📋 copy color: '#9B08AD'

red 155 ◦ green 8 ◦ blue 173

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

Shades of Dark Magenta #9B08AD

Tints of Dark Magenta #9B08AD

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.38%

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

R = 46.13%
G = 2.38%
B = 51.49%

CMYK

 C value IS 0.10

 M value IS 0.95

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9B08AD (or 0x9B08AD) is known color: Dark Magenta. HEX triplet: 9B, 08 and AD. RGB value is (155,8,173). Sum of RGB (Red+Green+Blue) = 155+8+173=336 (44% of max value = 765). Red value is 155 (60.94% from 255 or 46.13% from 336); Green value is 8 (3.52% from 255 or 2.38% from 336); Blue value is 173 (67.97% from 255 or 51.49% from 336); Max value from RGB is 173 - color contains mainly: blue. Hex color #9B08AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9B08AD is #64F752. Grayscale: #464646. Windows color (decimal): -6616915 or 11339931. OLE color: 11339931.

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

Color convert

RGB 155 8 173 -
CMYK 0.10 0.95 0 0.32
HSL 293.45º 0.91% 0.35% -
HSV(B) 293.45º 0.95% 0.68% -
XYZ 21.15 10.16 40.38 -
YUV 70.76 185.7 188.08 -
System Red Green Blue C M Y K H S L
Decimal 155 8 173 0.10 0.95 0 0.32 293.45 0.91 0.35
Hex 9B 8 AD A 5F 0 20 125 5B 23
Octal 233 10 255 12 137 0 40 445 133 43
Binary 10011011 1000 10101101 1010 1011111 0 100000 100100101 1011011 100011

Color Harmonies of #9B08AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B08AD

Black with #9B08AD

Text Example


Text Example

White with #9B08AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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