Html Css Color HEX #9B3379 Dark Purple

📋 copy color: '#9B3379'

red 155 ◦ green 51 ◦ blue 121

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

Shades of Dark Purple #9B3379

Tints of Dark Purple #9B3379

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.6%

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

R = 47.4%
G = 15.6%
B = 37%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.22

 K value IS 0.39

RGB Variations

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

Color information

#9B3379 (or 0x9B3379) is known color: Dark Purple. HEX triplet: 9B, 33 and 79. RGB value is (155,51,121). Sum of RGB (Red+Green+Blue) = 155+51+121=327 (43% of max value = 765). Red value is 155 (60.94% from 255 or 47.40% from 327); Green value is 51 (20.31% from 255 or 15.60% from 327); Blue value is 121 (47.66% from 255 or 37.00% from 327); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3379 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B3379 is #64CC86. Grayscale: #595959. Windows color (decimal): -6605959 or 7943067. OLE color: 7943067.

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

Color convert

RGB 155 51 121 -
CMYK 0 0.67 0.22 0.39
HSL 319.62º 0.5% 0.4% -
HSV(B) 319.62º 0.67% 0.61% -
XYZ 18.15 10.72 19.2 -
YUV 90.08 145.46 174.31 -
System Red Green Blue C M Y K H S L
Decimal 155 51 121 0 0.67 0.22 0.39 319.62 0.5 0.4
Hex 9B 33 79 0 43 16 27 140 32 28
Octal 233 63 171 0 103 26 47 500 62 50
Binary 10011011 110011 1111001 0 1000011 10110 100111 101000000 110010 101000

Color Harmonies of #9B3379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B3379

Black with #9B3379

Text Example


Text Example

White with #9B3379

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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