Html Css Color HEX #9B406E Rouge

📋 copy color: '#9B406E'

red 155 ◦ green 64 ◦ blue 110

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

Shades of Rouge #9B406E

Tints of Rouge #9B406E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 33.43%

R = 47.11%
G = 19.45%
B = 33.43%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.29

 K value IS 0.39

RGB Variations

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

Color information

#9B406E (or 0x9B406E) is known color: Rouge. HEX triplet: 9B, 40 and 6E. RGB value is (155,64,110). Sum of RGB (Red+Green+Blue) = 155+64+110=329 (43% of max value = 765). Red value is 155 (60.94% from 255 or 47.11% from 329); Green value is 64 (25.39% from 255 or 19.45% from 329); Blue value is 110 (43.36% from 255 or 33.43% from 329); Max value from RGB is 155 - color contains mainly: red. Hex color #9B406E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B406E is #64BF91. Grayscale: #606060. Windows color (decimal): -6602642 or 7225499. OLE color: 7225499.

HSL color Cylindrical-coordinate representation of color #9B406E: hue angle of 329.67º 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 #9B406E is Cyan = 0, Magento = 0.59, Yellow = 0.29 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 64 110 -
CMYK 0 0.59 0.29 0.39
HSL 329.67º 0.42% 0.43% -
HSV(B) 329.67º 0.59% 0.61% -
XYZ 18.17 11.76 16.06 -
YUV 96.45 135.65 169.76 -
System Red Green Blue C M Y K H S L
Decimal 155 64 110 0 0.59 0.29 0.39 329.67 0.42 0.43
Hex 9B 40 6E 0 3B 1D 27 14A 2A 2B
Octal 233 100 156 0 73 35 47 512 52 53
Binary 10011011 1000000 1101110 0 111011 11101 100111 101001010 101010 101011

Color Harmonies of #9B406E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B406E

Black with #9B406E

Text Example


Text Example

White with #9B406E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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