Html Css Color HEX #9B3279 Dark Purple

📋 copy color: '#9B3279'

red 155 ◦ green 50 ◦ blue 121

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

Shades of Dark Purple #9B3279

Tints of Dark Purple #9B3279

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.34%

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

R = 47.55%
G = 15.34%
B = 37.12%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.22

 K value IS 0.39

RGB Variations

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

Color information

#9B3279 (or 0x9B3279) is known color: Dark Purple. HEX triplet: 9B, 32 and 79. RGB value is (155,50,121). Sum of RGB (Red+Green+Blue) = 155+50+121=326 (43% of max value = 765). Red value is 155 (60.94% from 255 or 47.55% from 326); Green value is 50 (19.92% from 255 or 15.34% from 326); Blue value is 121 (47.66% from 255 or 37.12% from 326); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3279 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B3279 is #64CD86. Grayscale: #595959. Windows color (decimal): -6606215 or 7942811. OLE color: 7942811.

HSL color Cylindrical-coordinate representation of color #9B3279: hue angle of 319.43º degrees, saturation: 0.51, 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 #9B3279 is Cyan = 0, Magento = 0.68, Yellow = 0.22 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 50 121 -
CMYK 0 0.68 0.22 0.39
HSL 319.43º 0.51% 0.4% -
HSV(B) 319.43º 0.68% 0.61% -
XYZ 18.11 10.63 19.19 -
YUV 89.49 145.79 174.73 -
System Red Green Blue C M Y K H S L
Decimal 155 50 121 0 0.68 0.22 0.39 319.43 0.51 0.4
Hex 9B 32 79 0 44 16 27 13F 33 28
Octal 233 62 171 0 104 26 47 477 63 50
Binary 10011011 110010 1111001 0 1000100 10110 100111 100111111 110011 101000

Color Harmonies of #9B3279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B3279

Black with #9B3279

Text Example


Text Example

White with #9B3279

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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