Html Css Color HEX #9B1D94 Dark Magenta

📋 copy color: '#9B1D94'

red 155 ◦ green 29 ◦ blue 148

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

Shades of Dark Magenta #9B1D94

Tints of Dark Magenta #9B1D94

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.73%

 BLUE value IS 148 (58.2% from 255) = 44.58%

R = 46.69%
G = 8.73%
B = 44.58%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.05

 K value IS 0.39

RGB Variations

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

Color information

#9B1D94 (or 0x9B1D94) is known color: Dark Magenta. HEX triplet: 9B, 1D and 94. RGB value is (155,29,148). Sum of RGB (Red+Green+Blue) = 155+29+148=332 (43% of max value = 765). Red value is 155 (60.94% from 255 or 46.69% from 332); Green value is 29 (11.72% from 255 or 8.73% from 332); Blue value is 148 (58.20% from 255 or 44.58% from 332); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1D94 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B1D94 is #64E26B. Grayscale: #4F4F4F. Windows color (decimal): -6611564 or 9706907. OLE color: 9706907.

HSL color Cylindrical-coordinate representation of color #9B1D94: hue angle of 303.33º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9B1D94 is Cyan = 0, Magento = 0.81, Yellow = 0.05 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 29 148 -
CMYK 0 0.81 0.05 0.39
HSL 303.33º 0.68% 0.36% -
HSV(B) 303.33º 0.81% 0.61% -
XYZ 19.3 9.99 28.93 -
YUV 80.24 166.24 181.32 -
System Red Green Blue C M Y K H S L
Decimal 155 29 148 0 0.81 0.05 0.39 303.33 0.68 0.36
Hex 9B 1D 94 0 51 5 27 12F 44 24
Octal 233 35 224 0 121 5 47 457 104 44
Binary 10011011 11101 10010100 0 1010001 101 100111 100101111 1000100 100100

Color Harmonies of #9B1D94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B1D94

Black with #9B1D94

Text Example


Text Example

White with #9B1D94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,29,148); }

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

background-color css

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

 a { background-color: rgb(155,29,148); }

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

border-color css

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

 span { border-color: rgb(155,29,148); }

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