Html Css Color HEX #9B3071 Rouge

📋 copy color: '#9B3071'

red 155 ◦ green 48 ◦ blue 113

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

Shades of Rouge #9B3071

Tints of Rouge #9B3071

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.19%

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

R = 49.05%
G = 15.19%
B = 35.76%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.27

 K value IS 0.39

RGB Variations

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

Color information

#9B3071 (or 0x9B3071) is known color: Rouge. HEX triplet: 9B, 30 and 71. RGB value is (155,48,113). Sum of RGB (Red+Green+Blue) = 155+48+113=316 (41% of max value = 765). Red value is 155 (60.94% from 255 or 49.05% from 316); Green value is 48 (19.14% from 255 or 15.19% from 316); Blue value is 113 (44.53% from 255 or 35.76% from 316); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3071 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B3071 is #64CF8E. Grayscale: #575757. Windows color (decimal): -6606735 or 7418011. OLE color: 7418011.

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

Color convert

RGB 155 48 113 -
CMYK 0 0.69 0.27 0.39
HSL 323.55º 0.53% 0.4% -
HSV(B) 323.55º 0.69% 0.61% -
XYZ 17.56 10.27 16.68 -
YUV 87.4 142.45 176.21 -
System Red Green Blue C M Y K H S L
Decimal 155 48 113 0 0.69 0.27 0.39 323.55 0.53 0.4
Hex 9B 30 71 0 45 1B 27 144 35 28
Octal 233 60 161 0 105 33 47 504 65 50
Binary 10011011 110000 1110001 0 1000101 11011 100111 101000100 110101 101000

Color Harmonies of #9B3071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B3071

Black with #9B3071

Text Example


Text Example

White with #9B3071

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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