Html Css Color HEX #9B2077 Dark Purple

📋 copy color: '#9B2077'

red 155 ◦ green 32 ◦ blue 119

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

Shades of Dark Purple #9B2077

Tints of Dark Purple #9B2077

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.46%

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

R = 50.65%
G = 10.46%
B = 38.89%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.23

 K value IS 0.39

RGB Variations

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

Color information

#9B2077 (or 0x9B2077) is known color: Dark Purple. HEX triplet: 9B, 20 and 77. RGB value is (155,32,119). Sum of RGB (Red+Green+Blue) = 155+32+119=306 (40% of max value = 765). Red value is 155 (60.94% from 255 or 50.65% from 306); Green value is 32 (12.89% from 255 or 10.46% from 306); Blue value is 119 (46.88% from 255 or 38.89% from 306); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2077 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B2077 is #64DF88. Grayscale: #4E4E4E. Windows color (decimal): -6610825 or 7807131. OLE color: 7807131.

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

Color convert

RGB 155 32 119 -
CMYK 0 0.79 0.23 0.39
HSL 317.56º 0.66% 0.37% -
HSV(B) 317.56º 0.79% 0.61% -
XYZ 17.36 9.33 18.34 -
YUV 78.7 150.75 182.43 -
System Red Green Blue C M Y K H S L
Decimal 155 32 119 0 0.79 0.23 0.39 317.56 0.66 0.37
Hex 9B 20 77 0 4F 17 27 13E 42 25
Octal 233 40 167 0 117 27 47 476 102 45
Binary 10011011 100000 1110111 0 1001111 10111 100111 100111110 1000010 100101

Color Harmonies of #9B2077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B2077

Black with #9B2077

Text Example


Text Example

White with #9B2077

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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