Html Css Color HEX #9B1976 Dark Purple

📋 copy color: '#9B1976'

red 155 ◦ green 25 ◦ blue 118

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

Shades of Dark Purple #9B1976

Tints of Dark Purple #9B1976

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 39.6%

R = 52.01%
G = 8.39%
B = 39.6%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.24

 K value IS 0.39

RGB Variations

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

Color information

#9B1976 (or 0x9B1976) is known color: Dark Purple. HEX triplet: 9B, 19 and 76. RGB value is (155,25,118). Sum of RGB (Red+Green+Blue) = 155+25+118=298 (39% of max value = 765). Red value is 155 (60.94% from 255 or 52.01% from 298); Green value is 25 (10.16% from 255 or 8.39% from 298); Blue value is 118 (46.48% from 255 or 39.60% from 298); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1976 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B1976 is #64E689. Grayscale: #4A4A4A. Windows color (decimal): -6612618 or 7739803. OLE color: 7739803.

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

Color convert

RGB 155 25 118 -
CMYK 0 0.84 0.24 0.39
HSL 317.08º 0.72% 0.35% -
HSV(B) 317.08º 0.84% 0.61% -
XYZ 17.14 8.97 17.97 -
YUV 74.47 152.57 185.44 -
System Red Green Blue C M Y K H S L
Decimal 155 25 118 0 0.84 0.24 0.39 317.08 0.72 0.35
Hex 9B 19 76 0 54 18 27 13D 48 23
Octal 233 31 166 0 124 30 47 475 110 43
Binary 10011011 11001 1110110 0 1010100 11000 100111 100111101 1001000 100011

Color Harmonies of #9B1976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B1976

Black with #9B1976

Text Example


Text Example

White with #9B1976

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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