Html Css Color HEX #9B1598 Dark Magenta

📋 copy color: '#9B1598'

red 155 ◦ green 21 ◦ blue 152

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

Shades of Dark Magenta #9B1598

Tints of Dark Magenta #9B1598

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.4%

 BLUE value IS 152 (59.77% from 255) = 46.34%

R = 47.26%
G = 6.4%
B = 46.34%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.02

 K value IS 0.39

RGB Variations

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

Color information

#9B1598 (or 0x9B1598) is known color: Dark Magenta. HEX triplet: 9B, 15 and 98. RGB value is (155,21,152). Sum of RGB (Red+Green+Blue) = 155+21+152=328 (43% of max value = 765). Red value is 155 (60.94% from 255 or 47.26% from 328); Green value is 21 (8.59% from 255 or 6.40% from 328); Blue value is 152 (59.77% from 255 or 46.34% from 328); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1598 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9B1598 is #64EA67. Grayscale: #4B4B4B. Windows color (decimal): -6613608 or 9967003. OLE color: 9967003.

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

Color convert

RGB 155 21 152 -
CMYK 0 0.86 0.02 0.39
HSL 301.34º 0.76% 0.35% -
HSV(B) 301.34º 0.86% 0.61% -
XYZ 19.45 9.77 30.57 -
YUV 76 170.89 184.35 -
System Red Green Blue C M Y K H S L
Decimal 155 21 152 0 0.86 0.02 0.39 301.34 0.76 0.35
Hex 9B 15 98 0 56 2 27 12D 4C 23
Octal 233 25 230 0 126 2 47 455 114 43
Binary 10011011 10101 10011000 0 1010110 10 100111 100101101 1001100 100011

Color Harmonies of #9B1598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B1598

Black with #9B1598

Text Example


Text Example

White with #9B1598

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,21,152); }

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

background-color css

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

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

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

border-color css

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

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

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