Html Css Color HEX #9B0298 Dark Magenta

📋 copy color: '#9B0298'

red 155 ◦ green 2 ◦ blue 152

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

Shades of Dark Magenta #9B0298

Tints of Dark Magenta #9B0298

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.65%

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

R = 50.16%
G = 0.65%
B = 49.19%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.02

 K value IS 0.39

RGB Variations

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

Color information

#9B0298 (or 0x9B0298) is known color: Dark Magenta. HEX triplet: 9B, 02 and 98. RGB value is (155,2,152). Sum of RGB (Red+Green+Blue) = 155+2+152=309 (40% of max value = 765). Red value is 155 (60.94% from 255 or 50.16% from 309); Green value is 2 (1.17% from 255 or 0.65% from 309); Blue value is 152 (59.77% from 255 or 49.19% from 309); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0298 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9B0298 is #64FD67. Grayscale: #404040. Windows color (decimal): -6618472 or 9962139. OLE color: 9962139.

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

Color convert

RGB 155 2 152 -
CMYK 0 0.99 0.02 0.39
HSL 301.18º 0.97% 0.31% -
HSV(B) 301.18º 0.99% 0.61% -
XYZ 19.21 9.28 30.48 -
YUV 64.85 177.19 192.3 -
System Red Green Blue C M Y K H S L
Decimal 155 2 152 0 0.99 0.02 0.39 301.18 0.97 0.31
Hex 9B 2 98 0 63 2 27 12D 61 1F
Octal 233 2 230 0 143 2 47 455 141 37
Binary 10011011 10 10011000 0 1100011 10 100111 100101101 1100001 11111

Color Harmonies of #9B0298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B0298

Black with #9B0298

Text Example


Text Example

White with #9B0298

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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