Html Css Color HEX #9B2979 Dark Purple

📋 copy color: '#9B2979'

red 155 ◦ green 41 ◦ blue 121

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

Shades of Dark Purple #9B2979

Tints of Dark Purple #9B2979

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.93%

 BLUE value IS 121 (47.66% from 255) = 38.17%

R = 48.9%
G = 12.93%
B = 38.17%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.22

 K value IS 0.39

RGB Variations

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

Color information

#9B2979 (or 0x9B2979) is known color: Dark Purple. HEX triplet: 9B, 29 and 79. RGB value is (155,41,121). Sum of RGB (Red+Green+Blue) = 155+41+121=317 (41% of max value = 765). Red value is 155 (60.94% from 255 or 48.90% from 317); Green value is 41 (16.41% from 255 or 12.93% from 317); Blue value is 121 (47.66% from 255 or 38.17% from 317); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2979 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B2979 is #64D686. Grayscale: #545454. Windows color (decimal): -6608519 or 7940507. OLE color: 7940507.

HSL color Cylindrical-coordinate representation of color #9B2979: hue angle of 317.89º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9B2979 is Cyan = 0, Magento = 0.74, Yellow = 0.22 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 41 121 -
CMYK 0 0.74 0.22 0.39
HSL 317.89º 0.58% 0.38% -
HSV(B) 317.89º 0.74% 0.61% -
XYZ 17.76 9.93 19.07 -
YUV 84.21 148.77 178.5 -
System Red Green Blue C M Y K H S L
Decimal 155 41 121 0 0.74 0.22 0.39 317.89 0.58 0.38
Hex 9B 29 79 0 4A 16 27 13E 3A 26
Octal 233 51 171 0 112 26 47 476 72 46
Binary 10011011 101001 1111001 0 1001010 10110 100111 100111110 111010 100110

Color Harmonies of #9B2979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B2979

Black with #9B2979

Text Example


Text Example

White with #9B2979

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,41,121); }

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

background-color css

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

 a { background-color: rgb(155,41,121); }

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

border-color css

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

 span { border-color: rgb(155,41,121); }

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