Html Css Color HEX #9B199B Dark Magenta

📋 copy color: '#9B199B'

red 155 ◦ green 25 ◦ blue 155

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

Shades of Dark Magenta #9B199B

Tints of Dark Magenta #9B199B

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.46%

 BLUE value IS 155 (60.94% from 255) = 46.27%

R = 46.27%
G = 7.46%
B = 46.27%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#9B199B (or 0x9B199B) is known color: Dark Magenta. HEX triplet: 9B, 19 and 9B. RGB value is (155,25,155). Sum of RGB (Red+Green+Blue) = 155+25+155=335 (44% of max value = 765). Red value is 155 (60.94% from 255 or 46.27% from 335); Green value is 25 (10.16% from 255 or 7.46% from 335); Blue value is 155 (60.94% from 255 or 46.27% from 335); Max value from RGB is 155 - color contains mainly: red, blue. Hex color #9B199B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9B199B is #64E664. Grayscale: #4E4E4E. Windows color (decimal): -6612581 or 10164635. OLE color: 10164635.

HSL color Cylindrical-coordinate representation of color #9B199B: hue angle of 300º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9B199B is Cyan = 0, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 25 155 -
CMYK 0 0.84 0 0.39
HSL 300º 0.72% 0.35% -
HSV(B) 300º 0.84% 0.61% -
XYZ 19.78 10.03 31.9 -
YUV 78.69 171.07 182.43 -
System Red Green Blue C M Y K H S L
Decimal 155 25 155 0 0.84 0 0.39 300 0.72 0.35
Hex 9B 19 9B 0 54 0 27 12C 48 23
Octal 233 31 233 0 124 0 47 454 110 43
Binary 10011011 11001 10011011 0 1010100 0 100111 100101100 1001000 100011

Color Harmonies of #9B199B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B199B

Black with #9B199B

Text Example


Text Example

White with #9B199B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,25,155); }

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

background-color css

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

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

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

border-color css

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

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

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