Html Css Color HEX #9B2377 Dark Purple

📋 copy color: '#9B2377'

red 155 ◦ green 35 ◦ blue 119

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

Shades of Dark Purple #9B2377

Tints of Dark Purple #9B2377

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.33%

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

R = 50.16%
G = 11.33%
B = 38.51%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.23

 K value IS 0.39

RGB Variations

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

Color information

#9B2377 (or 0x9B2377) is known color: Dark Purple. HEX triplet: 9B, 23 and 77. RGB value is (155,35,119). Sum of RGB (Red+Green+Blue) = 155+35+119=309 (40% of max value = 765). Red value is 155 (60.94% from 255 or 50.16% from 309); Green value is 35 (14.06% from 255 or 11.33% from 309); Blue value is 119 (46.88% from 255 or 38.51% from 309); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2377 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B2377 is #64DC88. Grayscale: #505050. Windows color (decimal): -6610057 or 7807899. OLE color: 7807899.

HSL color Cylindrical-coordinate representation of color #9B2377: hue angle of 318º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9B2377 is Cyan = 0, Magento = 0.77, Yellow = 0.23 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 35 119 -
CMYK 0 0.77 0.23 0.39
HSL 318º 0.63% 0.37% -
HSV(B) 318º 0.77% 0.61% -
XYZ 17.45 9.5 18.37 -
YUV 80.46 149.76 181.17 -
System Red Green Blue C M Y K H S L
Decimal 155 35 119 0 0.77 0.23 0.39 318 0.63 0.37
Hex 9B 23 77 0 4D 17 27 13E 3F 25
Octal 233 43 167 0 115 27 47 476 77 45
Binary 10011011 100011 1110111 0 1001101 10111 100111 100111110 111111 100101

Color Harmonies of #9B2377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B2377

Black with #9B2377

Text Example


Text Example

White with #9B2377

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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