Html Css Color HEX #9B3371 Rouge

📋 copy color: '#9B3371'

red 155 ◦ green 51 ◦ blue 113

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

Shades of Rouge #9B3371

Tints of Rouge #9B3371

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.99%

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

R = 48.59%
G = 15.99%
B = 35.42%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.27

 K value IS 0.39

RGB Variations

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

Color information

#9B3371 (or 0x9B3371) is known color: Rouge. HEX triplet: 9B, 33 and 71. RGB value is (155,51,113). Sum of RGB (Red+Green+Blue) = 155+51+113=319 (42% of max value = 765). Red value is 155 (60.94% from 255 or 48.59% from 319); Green value is 51 (20.31% from 255 or 15.99% from 319); Blue value is 113 (44.53% from 255 or 35.42% from 319); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3371 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B3371 is #64CC8E. Grayscale: #595959. Windows color (decimal): -6605967 or 7418779. OLE color: 7418779.

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

Color convert

RGB 155 51 113 -
CMYK 0 0.67 0.27 0.39
HSL 324.23º 0.5% 0.4% -
HSV(B) 324.23º 0.67% 0.61% -
XYZ 17.68 10.53 16.72 -
YUV 89.16 141.46 174.96 -
System Red Green Blue C M Y K H S L
Decimal 155 51 113 0 0.67 0.27 0.39 324.23 0.5 0.4
Hex 9B 33 71 0 43 1B 27 144 32 28
Octal 233 63 161 0 103 33 47 504 62 50
Binary 10011011 110011 1110001 0 1000011 11011 100111 101000100 110010 101000

Color Harmonies of #9B3371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B3371

Black with #9B3371

Text Example


Text Example

White with #9B3371

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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