Html Css Color HEX #9B3479 Dark Purple

📋 copy color: '#9B3479'

red 155 ◦ green 52 ◦ blue 121

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

Shades of Dark Purple #9B3479

Tints of Dark Purple #9B3479

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.85%

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

R = 47.26%
G = 15.85%
B = 36.89%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.22

 K value IS 0.39

RGB Variations

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

Color information

#9B3479 (or 0x9B3479) is known color: Dark Purple. HEX triplet: 9B, 34 and 79. RGB value is (155,52,121). Sum of RGB (Red+Green+Blue) = 155+52+121=328 (43% of max value = 765). Red value is 155 (60.94% from 255 or 47.26% from 328); Green value is 52 (20.70% from 255 or 15.85% from 328); Blue value is 121 (47.66% from 255 or 36.89% from 328); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3479 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B3479 is #64CB86. Grayscale: #5A5A5A. Windows color (decimal): -6605703 or 7943323. OLE color: 7943323.

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

Color convert

RGB 155 52 121 -
CMYK 0 0.66 0.22 0.39
HSL 319.81º 0.5% 0.41% -
HSV(B) 319.81º 0.66% 0.61% -
XYZ 18.2 10.81 19.22 -
YUV 90.66 145.12 173.89 -
System Red Green Blue C M Y K H S L
Decimal 155 52 121 0 0.66 0.22 0.39 319.81 0.5 0.41
Hex 9B 34 79 0 42 16 27 140 32 29
Octal 233 64 171 0 102 26 47 500 62 51
Binary 10011011 110100 1111001 0 1000010 10110 100111 101000000 110010 101001

Color Harmonies of #9B3479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B3479

Black with #9B3479

Text Example


Text Example

White with #9B3479

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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