Html Css Color HEX #9B0294 Dark Magenta

📋 copy color: '#9B0294'

red 155 ◦ green 2 ◦ blue 148

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

Shades of Dark Magenta #9B0294

Tints of Dark Magenta #9B0294

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 48.52%

R = 50.82%
G = 0.66%
B = 48.52%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.05

 K value IS 0.39

RGB Variations

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

Color information

#9B0294 (or 0x9B0294) is known color: Dark Magenta. HEX triplet: 9B, 02 and 94. RGB value is (155,2,148). Sum of RGB (Red+Green+Blue) = 155+2+148=305 (40% of max value = 765). Red value is 155 (60.94% from 255 or 50.82% from 305); Green value is 2 (1.17% from 255 or 0.66% from 305); Blue value is 148 (58.20% from 255 or 48.52% from 305); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0294 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9B0294 is #64FD6B. Grayscale: #3F3F3F. Windows color (decimal): -6618476 or 9699995. OLE color: 9699995.

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

Color convert

RGB 155 2 148 -
CMYK 0 0.99 0.05 0.39
HSL 302.75º 0.97% 0.31% -
HSV(B) 302.75º 0.99% 0.61% -
XYZ 18.88 9.15 28.79 -
YUV 64.39 175.19 192.63 -
System Red Green Blue C M Y K H S L
Decimal 155 2 148 0 0.99 0.05 0.39 302.75 0.97 0.31
Hex 9B 2 94 0 63 5 27 12F 61 1F
Octal 233 2 224 0 143 5 47 457 141 37
Binary 10011011 10 10010100 0 1100011 101 100111 100101111 1100001 11111

Color Harmonies of #9B0294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B0294

Black with #9B0294

Text Example


Text Example

White with #9B0294

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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