Html Css Color HEX #9B4478 Rouge

📋 copy color: '#9B4478'

red 155 ◦ green 68 ◦ blue 120

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

Shades of Rouge #9B4478

Tints of Rouge #9B4478

RGB

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

 GREEN value IS 68 (26.95% from 255) = 19.83%

 BLUE value IS 120 (47.27% from 255) = 34.99%

R = 45.19%
G = 19.83%
B = 34.99%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.23

 K value IS 0.39

RGB Variations

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

Color information

#9B4478 (or 0x9B4478) is known color: Rouge. HEX triplet: 9B, 44 and 78. RGB value is (155,68,120). Sum of RGB (Red+Green+Blue) = 155+68+120=343 (45% of max value = 765). Red value is 155 (60.94% from 255 or 45.19% from 343); Green value is 68 (26.95% from 255 or 19.83% from 343); Blue value is 120 (47.27% from 255 or 34.99% from 343); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4478 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B4478 is #64BB87. Grayscale: #636363. Windows color (decimal): -6601608 or 7881883. OLE color: 7881883.

HSL color Cylindrical-coordinate representation of color #9B4478: hue angle of 324.14º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9B4478 is Cyan = 0, Magento = 0.56, Yellow = 0.23 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 68 120 -
CMYK 0 0.56 0.23 0.39
HSL 324.14º 0.39% 0.44% -
HSV(B) 324.14º 0.56% 0.61% -
XYZ 18.97 12.46 19.17 -
YUV 99.94 139.32 167.27 -
System Red Green Blue C M Y K H S L
Decimal 155 68 120 0 0.56 0.23 0.39 324.14 0.39 0.44
Hex 9B 44 78 0 38 17 27 144 27 2C
Octal 233 104 170 0 70 27 47 504 47 54
Binary 10011011 1000100 1111000 0 111000 10111 100111 101000100 100111 101100

Color Harmonies of #9B4478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B4478

Black with #9B4478

Text Example


Text Example

White with #9B4478

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,68,120); }

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

background-color css

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

 a { background-color: rgb(155,68,120); }

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

border-color css

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

 span { border-color: rgb(155,68,120); }

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