Html Css Color HEX #9B2677 Dark Purple

📋 copy color: '#9B2677'

red 155 ◦ green 38 ◦ blue 119

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

Shades of Dark Purple #9B2677

Tints of Dark Purple #9B2677

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.18%

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

R = 49.68%
G = 12.18%
B = 38.14%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.23

 K value IS 0.39

RGB Variations

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

Color information

#9B2677 (or 0x9B2677) is known color: Dark Purple. HEX triplet: 9B, 26 and 77. RGB value is (155,38,119). Sum of RGB (Red+Green+Blue) = 155+38+119=312 (41% of max value = 765). Red value is 155 (60.94% from 255 or 49.68% from 312); Green value is 38 (15.23% from 255 or 12.18% from 312); Blue value is 119 (46.88% from 255 or 38.14% from 312); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2677 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B2677 is #64D988. Grayscale: #525252. Windows color (decimal): -6609289 or 7808667. OLE color: 7808667.

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

Color convert

RGB 155 38 119 -
CMYK 0 0.75 0.23 0.39
HSL 318.46º 0.61% 0.38% -
HSV(B) 318.46º 0.75% 0.61% -
XYZ 17.54 9.69 18.4 -
YUV 82.22 148.76 179.91 -
System Red Green Blue C M Y K H S L
Decimal 155 38 119 0 0.75 0.23 0.39 318.46 0.61 0.38
Hex 9B 26 77 0 4B 17 27 13E 3D 26
Octal 233 46 167 0 113 27 47 476 75 46
Binary 10011011 100110 1110111 0 1001011 10111 100111 100111110 111101 100110

Color Harmonies of #9B2677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B2677

Black with #9B2677

Text Example


Text Example

White with #9B2677

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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