Html Css Color HEX #9B3876 Rouge

📋 copy color: '#9B3876'

red 155 ◦ green 56 ◦ blue 118

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

Shades of Rouge #9B3876

Tints of Rouge #9B3876

RGB

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

 GREEN value IS 56 (22.27% from 255) = 17.02%

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

R = 47.11%
G = 17.02%
B = 35.87%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.24

 K value IS 0.39

RGB Variations

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

Color information

#9B3876 (or 0x9B3876) is known color: Rouge. HEX triplet: 9B, 38 and 76. RGB value is (155,56,118). Sum of RGB (Red+Green+Blue) = 155+56+118=329 (43% of max value = 765). Red value is 155 (60.94% from 255 or 47.11% from 329); Green value is 56 (22.27% from 255 or 17.02% from 329); Blue value is 118 (46.48% from 255 or 35.87% from 329); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3876 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B3876 is #64C789. Grayscale: #5C5C5C. Windows color (decimal): -6604682 or 7747739. OLE color: 7747739.

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

Color convert

RGB 155 56 118 -
CMYK 0 0.64 0.24 0.39
HSL 322.42º 0.47% 0.41% -
HSV(B) 322.42º 0.64% 0.61% -
XYZ 18.2 11.1 18.32 -
YUV 92.67 142.3 172.46 -
System Red Green Blue C M Y K H S L
Decimal 155 56 118 0 0.64 0.24 0.39 322.42 0.47 0.41
Hex 9B 38 76 0 40 18 27 142 2F 29
Octal 233 70 166 0 100 30 47 502 57 51
Binary 10011011 111000 1110110 0 1000000 11000 100111 101000010 101111 101001

Color Harmonies of #9B3876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B3876

Black with #9B3876

Text Example


Text Example

White with #9B3876

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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