Html Css Color HEX #9B0DAC Dark Magenta

📋 copy color: '#9B0DAC'

red 155 ◦ green 13 ◦ blue 172

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

Shades of Dark Magenta #9B0DAC

Tints of Dark Magenta #9B0DAC

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.82%

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

R = 45.59%
G = 3.82%
B = 50.59%

CMYK

 C value IS 0.10

 M value IS 0.92

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9B0DAC (or 0x9B0DAC) is known color: Dark Magenta. HEX triplet: 9B, 0D and AC. RGB value is (155,13,172). Sum of RGB (Red+Green+Blue) = 155+13+172=340 (45% of max value = 765). Red value is 155 (60.94% from 255 or 45.59% from 340); Green value is 13 (5.47% from 255 or 3.82% from 340); Blue value is 172 (67.58% from 255 or 50.59% from 340); Max value from RGB is 172 - color contains mainly: blue. Hex color #9B0DAC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9B0DAC is #64F253. Grayscale: #494949. Windows color (decimal): -6615636 or 11275675. OLE color: 11275675.

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

Color convert

RGB 155 13 172 -
CMYK 0.10 0.92 0 0.33
HSL 293.58º 0.86% 0.36% -
HSV(B) 293.58º 0.92% 0.67% -
XYZ 21.11 10.23 39.89 -
YUV 73.58 183.54 186.07 -
System Red Green Blue C M Y K H S L
Decimal 155 13 172 0.10 0.92 0 0.33 293.58 0.86 0.36
Hex 9B D AC A 5C 0 21 126 56 24
Octal 233 15 254 12 134 0 41 446 126 44
Binary 10011011 1101 10101100 1010 1011100 0 100001 100100110 1010110 100100

Color Harmonies of #9B0DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B0DAC

Black with #9B0DAC

Text Example


Text Example

White with #9B0DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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