Html Css Color HEX #9B0799 Dark Magenta

📋 copy color: '#9B0799'

red 155 ◦ green 7 ◦ blue 153

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

Shades of Dark Magenta #9B0799

Tints of Dark Magenta #9B0799

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.22%

 BLUE value IS 153 (60.16% from 255) = 48.57%

R = 49.21%
G = 2.22%
B = 48.57%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.01

 K value IS 0.39

RGB Variations

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

Color information

#9B0799 (or 0x9B0799) is known color: Dark Magenta. HEX triplet: 9B, 07 and 99. RGB value is (155,7,153). Sum of RGB (Red+Green+Blue) = 155+7+153=315 (41% of max value = 765). Red value is 155 (60.94% from 255 or 49.21% from 315); Green value is 7 (3.12% from 255 or 2.22% from 315); Blue value is 153 (60.16% from 255 or 48.57% from 315); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0799 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9B0799 is #64F866. Grayscale: #434343. Windows color (decimal): -6617191 or 10028955. OLE color: 10028955.

HSL color Cylindrical-coordinate representation of color #9B0799: hue angle of 300.81º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9B0799 is Cyan = 0, Magento = 0.95, Yellow = 0.01 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 7 153 -
CMYK 0 0.95 0.01 0.39
HSL 300.81º 0.91% 0.32% -
HSV(B) 300.81º 0.95% 0.61% -
XYZ 19.34 9.42 30.94 -
YUV 67.9 176.03 190.13 -
System Red Green Blue C M Y K H S L
Decimal 155 7 153 0 0.95 0.01 0.39 300.81 0.91 0.32
Hex 9B 7 99 0 5F 1 27 12D 5B 20
Octal 233 7 231 0 137 1 47 455 133 40
Binary 10011011 111 10011001 0 1011111 1 100111 100101101 1011011 100000

Color Harmonies of #9B0799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B0799

Black with #9B0799

Text Example


Text Example

White with #9B0799

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,7,153); }

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

background-color css

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

 a { background-color: rgb(155,7,153); }

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

border-color css

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

 span { border-color: rgb(155,7,153); }

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