Html Css Color HEX #9B2477 Dark Purple

📋 copy color: '#9B2477'

red 155 ◦ green 36 ◦ blue 119

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

Shades of Dark Purple #9B2477

Tints of Dark Purple #9B2477

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.61%

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

R = 50%
G = 11.61%
B = 38.39%

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

#9B2477 (or 0x9B2477) is known color: Dark Purple. HEX triplet: 9B, 24 and 77. RGB value is (155,36,119). Sum of RGB (Red+Green+Blue) = 155+36+119=310 (41% of max value = 765). Red value is 155 (60.94% from 255 or 50% from 310); Green value is 36 (14.45% from 255 or 11.61% from 310); Blue value is 119 (46.88% from 255 or 38.39% from 310); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2477 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B2477 is #64DB88. Grayscale: #505050. Windows color (decimal): -6609801 or 7808155. OLE color: 7808155.

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

Color convert

RGB 155 36 119 -
CMYK 0 0.77 0.23 0.39
HSL 318.15º 0.62% 0.37% -
HSV(B) 318.15º 0.77% 0.61% -
XYZ 17.48 9.56 18.38 -
YUV 81.04 149.42 180.75 -
System Red Green Blue C M Y K H S L
Decimal 155 36 119 0 0.77 0.23 0.39 318.15 0.62 0.37
Hex 9B 24 77 0 4D 17 27 13E 3E 25
Octal 233 44 167 0 115 27 47 476 76 45
Binary 10011011 100100 1110111 0 1001101 10111 100111 100111110 111110 100101

Color Harmonies of #9B2477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B2477

Black with #9B2477

Text Example


Text Example

White with #9B2477

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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