Html Css Color HEX #9B1979 Dark Purple

📋 copy color: '#9B1979'

red 155 ◦ green 25 ◦ blue 121

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

Shades of Dark Purple #9B1979

Tints of Dark Purple #9B1979

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.31%

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

R = 51.5%
G = 8.31%
B = 40.2%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.22

 K value IS 0.39

RGB Variations

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

Color information

#9B1979 (or 0x9B1979) is known color: Dark Purple. HEX triplet: 9B, 19 and 79. RGB value is (155,25,121). Sum of RGB (Red+Green+Blue) = 155+25+121=301 (39% of max value = 765). Red value is 155 (60.94% from 255 or 51.50% from 301); Green value is 25 (10.16% from 255 or 8.31% from 301); Blue value is 121 (47.66% from 255 or 40.20% from 301); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1979 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B1979 is #64E686. Grayscale: #4A4A4A. Windows color (decimal): -6612615 or 7936411. OLE color: 7936411.

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

Color convert

RGB 155 25 121 -
CMYK 0 0.84 0.22 0.39
HSL 315.69º 0.72% 0.35% -
HSV(B) 315.69º 0.84% 0.61% -
XYZ 17.32 9.04 18.92 -
YUV 74.81 154.07 185.19 -
System Red Green Blue C M Y K H S L
Decimal 155 25 121 0 0.84 0.22 0.39 315.69 0.72 0.35
Hex 9B 19 79 0 54 16 27 13C 48 23
Octal 233 31 171 0 124 26 47 474 110 43
Binary 10011011 11001 1111001 0 1010100 10110 100111 100111100 1001000 100011

Color Harmonies of #9B1979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B1979

Black with #9B1979

Text Example


Text Example

White with #9B1979

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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