Html Css Color HEX #9B3577 Dark Purple

📋 copy color: '#9B3577'

red 155 ◦ green 53 ◦ blue 119

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

Shades of Dark Purple #9B3577

Tints of Dark Purple #9B3577

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.21%

 BLUE value IS 119 (46.88% from 255) = 36.39%

R = 47.4%
G = 16.21%
B = 36.39%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.23

 K value IS 0.39

RGB Variations

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

Color information

#9B3577 (or 0x9B3577) is known color: Dark Purple. HEX triplet: 9B, 35 and 77. RGB value is (155,53,119). Sum of RGB (Red+Green+Blue) = 155+53+119=327 (43% of max value = 765). Red value is 155 (60.94% from 255 or 47.40% from 327); Green value is 53 (21.09% from 255 or 16.21% from 327); Blue value is 119 (46.88% from 255 or 36.39% from 327); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3577 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B3577 is #64CA88. Grayscale: #5A5A5A. Windows color (decimal): -6605449 or 7812507. OLE color: 7812507.

HSL color Cylindrical-coordinate representation of color #9B3577: hue angle of 321.18º degrees, saturation: 0.49, 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 #9B3577 is Cyan = 0, Magento = 0.66, Yellow = 0.23 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 53 119 -
CMYK 0 0.66 0.23 0.39
HSL 321.18º 0.49% 0.41% -
HSV(B) 321.18º 0.66% 0.61% -
XYZ 18.12 10.85 18.59 -
YUV 91.02 143.79 173.63 -
System Red Green Blue C M Y K H S L
Decimal 155 53 119 0 0.66 0.23 0.39 321.18 0.49 0.41
Hex 9B 35 77 0 42 17 27 141 31 29
Octal 233 65 167 0 102 27 47 501 61 51
Binary 10011011 110101 1110111 0 1000010 10111 100111 101000001 110001 101001

Color Harmonies of #9B3577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B3577

Black with #9B3577

Text Example


Text Example

White with #9B3577

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,53,119); }

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

background-color css

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

 a { background-color: rgb(155,53,119); }

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

border-color css

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

 span { border-color: rgb(155,53,119); }

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