Html Css Color HEX #9B4079 Rouge

📋 copy color: '#9B4079'

red 155 ◦ green 64 ◦ blue 121

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

Shades of Rouge #9B4079

Tints of Rouge #9B4079

RGB

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

 GREEN value IS 64 (25.39% from 255) = 18.82%

 BLUE value IS 121 (47.66% from 255) = 35.59%

R = 45.59%
G = 18.82%
B = 35.59%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.22

 K value IS 0.39

RGB Variations

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

Color information

#9B4079 (or 0x9B4079) is known color: Rouge. HEX triplet: 9B, 40 and 79. RGB value is (155,64,121). Sum of RGB (Red+Green+Blue) = 155+64+121=340 (45% of max value = 765). Red value is 155 (60.94% from 255 or 45.59% from 340); Green value is 64 (25.39% from 255 or 18.82% from 340); Blue value is 121 (47.66% from 255 or 35.59% from 340); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4079 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B4079 is #64BF86. Grayscale: #616161. Windows color (decimal): -6602631 or 7946395. OLE color: 7946395.

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

Color convert

RGB 155 64 121 -
CMYK 0 0.59 0.22 0.39
HSL 322.42º 0.42% 0.43% -
HSV(B) 322.42º 0.59% 0.61% -
XYZ 18.8 12.02 19.42 -
YUV 97.71 141.15 168.87 -
System Red Green Blue C M Y K H S L
Decimal 155 64 121 0 0.59 0.22 0.39 322.42 0.42 0.43
Hex 9B 40 79 0 3B 16 27 142 2A 2B
Octal 233 100 171 0 73 26 47 502 52 53
Binary 10011011 1000000 1111001 0 111011 10110 100111 101000010 101010 101011

Color Harmonies of #9B4079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B4079

Black with #9B4079

Text Example


Text Example

White with #9B4079

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,64,121); }

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

background-color css

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

 a { background-color: rgb(155,64,121); }

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

border-color css

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

 span { border-color: rgb(155,64,121); }

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