Html Css Color HEX #9E3266 Rouge

📋 copy color: '#9E3266'

red 158 ◦ green 50 ◦ blue 102

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

Shades of Rouge #9E3266

Tints of Rouge #9E3266

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.13%

 BLUE value IS 102 (40.23% from 255) = 32.9%

R = 50.97%
G = 16.13%
B = 32.9%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.35

 K value IS 0.38

RGB Variations

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

Color information

#9E3266 (or 0x9E3266) is known color: Rouge. HEX triplet: 9E, 32 and 66. RGB value is (158,50,102). Sum of RGB (Red+Green+Blue) = 158+50+102=310 (41% of max value = 765). Red value is 158 (62.11% from 255 or 50.97% from 310); Green value is 50 (19.92% from 255 or 16.13% from 310); Blue value is 102 (40.23% from 255 or 32.90% from 310); Max value from RGB is 158 - color contains mainly: red. Hex color #9E3266 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E3266 is #61CD99. Grayscale: #585858. Windows color (decimal): -6409626 or 6697630. OLE color: 6697630.

HSL color Cylindrical-coordinate representation of color #9E3266: hue angle of 331.11º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9E3266 is Cyan = 0, Magento = 0.68, Yellow = 0.35 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 50 102 -
CMYK 0 0.68 0.35 0.38
HSL 331.11º 0.52% 0.41% -
HSV(B) 331.11º 0.68% 0.62% -
XYZ 17.64 10.51 13.67 -
YUV 88.22 135.78 177.77 -
System Red Green Blue C M Y K H S L
Decimal 158 50 102 0 0.68 0.35 0.38 331.11 0.52 0.41
Hex 9E 32 66 0 44 23 26 14B 34 29
Octal 236 62 146 0 104 43 46 513 64 51
Binary 10011110 110010 1100110 0 1000100 100011 100110 101001011 110100 101001

Color Harmonies of #9E3266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E3266

Black with #9E3266

Text Example


Text Example

White with #9E3266

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,50,102); }

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

background-color css

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

 a { background-color: rgb(158,50,102); }

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

border-color css

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

 span { border-color: rgb(158,50,102); }

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