Html Css Color HEX #9B1879 Dark Purple

📋 copy color: '#9B1879'

red 155 ◦ green 24 ◦ blue 121

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

Shades of Dark Purple #9B1879

Tints of Dark Purple #9B1879

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8%

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

R = 51.67%
G = 8%
B = 40.33%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.22

 K value IS 0.39

RGB Variations

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

Color information

#9B1879 (or 0x9B1879) is known color: Dark Purple. HEX triplet: 9B, 18 and 79. RGB value is (155,24,121). Sum of RGB (Red+Green+Blue) = 155+24+121=300 (39% of max value = 765). Red value is 155 (60.94% from 255 or 51.67% from 300); Green value is 24 (9.77% from 255 or 8% from 300); Blue value is 121 (47.66% from 255 or 40.33% from 300); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1879 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B1879 is #64E786. Grayscale: #494949. Windows color (decimal): -6612871 or 7936155. OLE color: 7936155.

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

Color convert

RGB 155 24 121 -
CMYK 0 0.85 0.22 0.39
HSL 315.57º 0.73% 0.35% -
HSV(B) 315.57º 0.85% 0.61% -
XYZ 17.3 9 18.92 -
YUV 74.23 154.4 185.61 -
System Red Green Blue C M Y K H S L
Decimal 155 24 121 0 0.85 0.22 0.39 315.57 0.73 0.35
Hex 9B 18 79 0 55 16 27 13C 49 23
Octal 233 30 171 0 125 26 47 474 111 43
Binary 10011011 11000 1111001 0 1010101 10110 100111 100111100 1001001 100011

Color Harmonies of #9B1879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B1879

Black with #9B1879

Text Example


Text Example

White with #9B1879

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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