Html Css Color HEX #9B3976 Rouge

📋 copy color: '#9B3976'

red 155 ◦ green 57 ◦ blue 118

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

Shades of Rouge #9B3976

Tints of Rouge #9B3976

RGB

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

 GREEN value IS 57 (22.66% from 255) = 17.27%

 BLUE value IS 118 (46.48% from 255) = 35.76%

R = 46.97%
G = 17.27%
B = 35.76%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.24

 K value IS 0.39

RGB Variations

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

Color information

#9B3976 (or 0x9B3976) is known color: Rouge. HEX triplet: 9B, 39 and 76. RGB value is (155,57,118). Sum of RGB (Red+Green+Blue) = 155+57+118=330 (43% of max value = 765). Red value is 155 (60.94% from 255 or 46.97% from 330); Green value is 57 (22.66% from 255 or 17.27% from 330); Blue value is 118 (46.48% from 255 or 35.76% from 330); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3976 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B3976 is #64C689. Grayscale: #5D5D5D. Windows color (decimal): -6604426 or 7747995. OLE color: 7747995.

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

Color convert

RGB 155 57 118 -
CMYK 0 0.63 0.24 0.39
HSL 322.65º 0.46% 0.42% -
HSV(B) 322.65º 0.63% 0.61% -
XYZ 18.25 11.2 18.34 -
YUV 93.26 141.97 172.04 -
System Red Green Blue C M Y K H S L
Decimal 155 57 118 0 0.63 0.24 0.39 322.65 0.46 0.42
Hex 9B 39 76 0 3F 18 27 143 2E 2A
Octal 233 71 166 0 77 30 47 503 56 52
Binary 10011011 111001 1110110 0 111111 11000 100111 101000011 101110 101010

Color Harmonies of #9B3976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B3976

Black with #9B3976

Text Example


Text Example

White with #9B3976

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,57,118); }

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

background-color css

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

 a { background-color: rgb(155,57,118); }

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

border-color css

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

 span { border-color: rgb(155,57,118); }

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