Html Css Color HEX #9B3E79 Rouge

📋 copy color: '#9B3E79'

red 155 ◦ green 62 ◦ blue 121

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

Shades of Rouge #9B3E79

Tints of Rouge #9B3E79

RGB

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

 GREEN value IS 62 (24.61% from 255) = 18.34%

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

R = 45.86%
G = 18.34%
B = 35.8%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.22

 K value IS 0.39

RGB Variations

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

Color information

#9B3E79 (or 0x9B3E79) is known color: Rouge. HEX triplet: 9B, 3E and 79. RGB value is (155,62,121). Sum of RGB (Red+Green+Blue) = 155+62+121=338 (44% of max value = 765). Red value is 155 (60.94% from 255 or 45.86% from 338); Green value is 62 (24.61% from 255 or 18.34% from 338); Blue value is 121 (47.66% from 255 or 35.80% from 338); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3E79 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B3E79 is #64C186. Grayscale: #606060. Windows color (decimal): -6603143 or 7945883. OLE color: 7945883.

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

Color convert

RGB 155 62 121 -
CMYK 0 0.6 0.22 0.39
HSL 321.94º 0.43% 0.43% -
HSV(B) 321.94º 0.6% 0.61% -
XYZ 18.69 11.79 19.38 -
YUV 96.53 141.81 169.7 -
System Red Green Blue C M Y K H S L
Decimal 155 62 121 0 0.6 0.22 0.39 321.94 0.43 0.43
Hex 9B 3E 79 0 3C 16 27 142 2B 2B
Octal 233 76 171 0 74 26 47 502 53 53
Binary 10011011 111110 1111001 0 111100 10110 100111 101000010 101011 101011

Color Harmonies of #9B3E79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B3E79

Black with #9B3E79

Text Example


Text Example

White with #9B3E79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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