Html Css Color HEX #9B3471 Rouge

📋 copy color: '#9B3471'

red 155 ◦ green 52 ◦ blue 113

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

Shades of Rouge #9B3471

Tints of Rouge #9B3471

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.25%

 BLUE value IS 113 (44.53% from 255) = 35.31%

R = 48.44%
G = 16.25%
B = 35.31%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.27

 K value IS 0.39

RGB Variations

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

Color information

#9B3471 (or 0x9B3471) is known color: Rouge. HEX triplet: 9B, 34 and 71. RGB value is (155,52,113). Sum of RGB (Red+Green+Blue) = 155+52+113=320 (42% of max value = 765). Red value is 155 (60.94% from 255 or 48.44% from 320); Green value is 52 (20.70% from 255 or 16.25% from 320); Blue value is 113 (44.53% from 255 or 35.31% from 320); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3471 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B3471 is #64CB8E. Grayscale: #595959. Windows color (decimal): -6605711 or 7419035. OLE color: 7419035.

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

Color convert

RGB 155 52 113 -
CMYK 0 0.66 0.27 0.39
HSL 324.47º 0.5% 0.41% -
HSV(B) 324.47º 0.66% 0.61% -
XYZ 17.73 10.62 16.74 -
YUV 89.75 141.12 174.54 -
System Red Green Blue C M Y K H S L
Decimal 155 52 113 0 0.66 0.27 0.39 324.47 0.5 0.41
Hex 9B 34 71 0 42 1B 27 144 32 29
Octal 233 64 161 0 102 33 47 504 62 51
Binary 10011011 110100 1110001 0 1000010 11011 100111 101000100 110010 101001

Color Harmonies of #9B3471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B3471

Black with #9B3471

Text Example


Text Example

White with #9B3471

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,52,113); }

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

background-color css

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

 a { background-color: rgb(155,52,113); }

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

border-color css

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

 span { border-color: rgb(155,52,113); }

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