Html Css Color HEX #9B198F Dark Magenta

📋 copy color: '#9B198F'

red 155 ◦ green 25 ◦ blue 143

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

Shades of Dark Magenta #9B198F

Tints of Dark Magenta #9B198F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 44.27%

R = 47.99%
G = 7.74%
B = 44.27%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.08

 K value IS 0.39

RGB Variations

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

Color information

#9B198F (or 0x9B198F) is known color: Dark Magenta. HEX triplet: 9B, 19 and 8F. RGB value is (155,25,143). Sum of RGB (Red+Green+Blue) = 155+25+143=323 (42% of max value = 765). Red value is 155 (60.94% from 255 or 47.99% from 323); Green value is 25 (10.16% from 255 or 7.74% from 323); Blue value is 143 (56.25% from 255 or 44.27% from 323); Max value from RGB is 155 - color contains mainly: red. Hex color #9B198F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9B198F is #64E670. Grayscale: #4C4C4C. Windows color (decimal): -6612593 or 9378203. OLE color: 9378203.

HSL color Cylindrical-coordinate representation of color #9B198F: hue angle of 305.54º 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 #9B198F is Cyan = 0, Magento = 0.84, Yellow = 0.08 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 25 143 -
CMYK 0 0.84 0.08 0.39
HSL 305.54º 0.72% 0.35% -
HSV(B) 305.54º 0.84% 0.61% -
XYZ 18.82 9.65 26.86 -
YUV 77.32 165.07 183.41 -
System Red Green Blue C M Y K H S L
Decimal 155 25 143 0 0.84 0.08 0.39 305.54 0.72 0.35
Hex 9B 19 8F 0 54 8 27 132 48 23
Octal 233 31 217 0 124 10 47 462 110 43
Binary 10011011 11001 10001111 0 1010100 1000 100111 100110010 1001000 100011

Color Harmonies of #9B198F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B198F

Black with #9B198F

Text Example


Text Example

White with #9B198F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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