Html Css Color HEX #9E406E Rouge

📋 copy color: '#9E406E'

red 158 ◦ green 64 ◦ blue 110

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

Shades of Rouge #9E406E

Tints of Rouge #9E406E

RGB

 RED value IS 158 (62.11% from 255) = 47.59%

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

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

R = 47.59%
G = 19.28%
B = 33.13%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.30

 K value IS 0.38

RGB Variations

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

Color information

#9E406E (or 0x9E406E) is known color: Rouge. HEX triplet: 9E, 40 and 6E. RGB value is (158,64,110). Sum of RGB (Red+Green+Blue) = 158+64+110=332 (43% of max value = 765). Red value is 158 (62.11% from 255 or 47.59% from 332); Green value is 64 (25.39% from 255 or 19.28% from 332); Blue value is 110 (43.36% from 255 or 33.13% from 332); Max value from RGB is 158 - color contains mainly: red. Hex color #9E406E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E406E is #61BF91. Grayscale: #616161. Windows color (decimal): -6406034 or 7225502. OLE color: 7225502.

HSL color Cylindrical-coordinate representation of color #9E406E: hue angle of 330.64º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9E406E is Cyan = 0, Magento = 0.59, Yellow = 0.30 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 64 110 -
CMYK 0 0.59 0.30 0.38
HSL 330.64º 0.42% 0.44% -
HSV(B) 330.64º 0.59% 0.62% -
XYZ 18.75 12.06 16.09 -
YUV 97.35 135.14 171.26 -
System Red Green Blue C M Y K H S L
Decimal 158 64 110 0 0.59 0.30 0.38 330.64 0.42 0.44
Hex 9E 40 6E 0 3B 1E 26 14B 2A 2C
Octal 236 100 156 0 73 36 46 513 52 54
Binary 10011110 1000000 1101110 0 111011 11110 100110 101001011 101010 101100

Color Harmonies of #9E406E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E406E

Black with #9E406E

Text Example


Text Example

White with #9E406E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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