Html Css Color HEX #9B3176 Dark Purple

📋 copy color: '#9B3176'

red 155 ◦ green 49 ◦ blue 118

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

Shades of Dark Purple #9B3176

Tints of Dark Purple #9B3176

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.22%

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

R = 48.14%
G = 15.22%
B = 36.65%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.24

 K value IS 0.39

RGB Variations

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

Color information

#9B3176 (or 0x9B3176) is known color: Dark Purple. HEX triplet: 9B, 31 and 76. RGB value is (155,49,118). Sum of RGB (Red+Green+Blue) = 155+49+118=322 (42% of max value = 765). Red value is 155 (60.94% from 255 or 48.14% from 322); Green value is 49 (19.53% from 255 or 15.22% from 322); Blue value is 118 (46.48% from 255 or 36.65% from 322); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3176 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B3176 is #64CE89. Grayscale: #585858. Windows color (decimal): -6606474 or 7745947. OLE color: 7745947.

HSL color Cylindrical-coordinate representation of color #9B3176: hue angle of 320.94º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9B3176 is Cyan = 0, Magento = 0.68, Yellow = 0.24 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 49 118 -
CMYK 0 0.68 0.24 0.39
HSL 320.94º 0.52% 0.4% -
HSV(B) 320.94º 0.68% 0.61% -
XYZ 17.89 10.47 18.22 -
YUV 88.56 144.62 175.39 -
System Red Green Blue C M Y K H S L
Decimal 155 49 118 0 0.68 0.24 0.39 320.94 0.52 0.4
Hex 9B 31 76 0 44 18 27 141 34 28
Octal 233 61 166 0 104 30 47 501 64 50
Binary 10011011 110001 1110110 0 1000100 11000 100111 101000001 110100 101000

Color Harmonies of #9B3176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B3176

Black with #9B3176

Text Example


Text Example

White with #9B3176

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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