Html Css Color HEX #9B3B77 Rouge

📋 copy color: '#9B3B77'

red 155 ◦ green 59 ◦ blue 119

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

Shades of Rouge #9B3B77

Tints of Rouge #9B3B77

RGB

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

 GREEN value IS 59 (23.44% from 255) = 17.72%

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

R = 46.55%
G = 17.72%
B = 35.74%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.23

 K value IS 0.39

RGB Variations

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

Color information

#9B3B77 (or 0x9B3B77) is known color: Rouge. HEX triplet: 9B, 3B and 77. RGB value is (155,59,119). Sum of RGB (Red+Green+Blue) = 155+59+119=333 (44% of max value = 765). Red value is 155 (60.94% from 255 or 46.55% from 333); Green value is 59 (23.44% from 255 or 17.72% from 333); Blue value is 119 (46.88% from 255 or 35.74% from 333); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3B77 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B3B77 is #64C488. Grayscale: #5E5E5E. Windows color (decimal): -6603913 or 7814043. OLE color: 7814043.

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

Color convert

RGB 155 59 119 -
CMYK 0 0.62 0.23 0.39
HSL 322.5º 0.45% 0.42% -
HSV(B) 322.5º 0.62% 0.61% -
XYZ 18.41 11.43 18.69 -
YUV 94.54 141.8 171.12 -
System Red Green Blue C M Y K H S L
Decimal 155 59 119 0 0.62 0.23 0.39 322.5 0.45 0.42
Hex 9B 3B 77 0 3E 17 27 142 2D 2A
Octal 233 73 167 0 76 27 47 502 55 52
Binary 10011011 111011 1110111 0 111110 10111 100111 101000010 101101 101010

Color Harmonies of #9B3B77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B3B77

Black with #9B3B77

Text Example


Text Example

White with #9B3B77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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