Html Css Color HEX #9B1298 Dark Magenta

📋 copy color: '#9B1298'

red 155 ◦ green 18 ◦ blue 152

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

Shades of Dark Magenta #9B1298

Tints of Dark Magenta #9B1298

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.54%

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

R = 47.69%
G = 5.54%
B = 46.77%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.02

 K value IS 0.39

RGB Variations

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

Color information

#9B1298 (or 0x9B1298) is known color: Dark Magenta. HEX triplet: 9B, 12 and 98. RGB value is (155,18,152). Sum of RGB (Red+Green+Blue) = 155+18+152=325 (43% of max value = 765). Red value is 155 (60.94% from 255 or 47.69% from 325); Green value is 18 (7.42% from 255 or 5.54% from 325); Blue value is 152 (59.77% from 255 or 46.77% from 325); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1298 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9B1298 is #64ED67. Grayscale: #494949. Windows color (decimal): -6614376 or 9966235. OLE color: 9966235.

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

Color convert

RGB 155 18 152 -
CMYK 0 0.88 0.02 0.39
HSL 301.31º 0.79% 0.34% -
HSV(B) 301.31º 0.88% 0.61% -
XYZ 19.4 9.67 30.55 -
YUV 74.24 171.89 185.6 -
System Red Green Blue C M Y K H S L
Decimal 155 18 152 0 0.88 0.02 0.39 301.31 0.79 0.34
Hex 9B 12 98 0 58 2 27 12D 4F 22
Octal 233 22 230 0 130 2 47 455 117 42
Binary 10011011 10010 10011000 0 1011000 10 100111 100101101 1001111 100010

Color Harmonies of #9B1298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B1298

Black with #9B1298

Text Example


Text Example

White with #9B1298

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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