Html Css Color HEX #9E3567 Rouge

📋 copy color: '#9E3567'

red 158 ◦ green 53 ◦ blue 103

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

Shades of Rouge #9E3567

Tints of Rouge #9E3567

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.88%

 BLUE value IS 103 (40.63% from 255) = 32.8%

R = 50.32%
G = 16.88%
B = 32.8%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.35

 K value IS 0.38

RGB Variations

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

Color information

#9E3567 (or 0x9E3567) is known color: Rouge. HEX triplet: 9E, 35 and 67. RGB value is (158,53,103). Sum of RGB (Red+Green+Blue) = 158+53+103=314 (41% of max value = 765). Red value is 158 (62.11% from 255 or 50.32% from 314); Green value is 53 (21.09% from 255 or 16.88% from 314); Blue value is 103 (40.62% from 255 or 32.80% from 314); Max value from RGB is 158 - color contains mainly: red. Hex color #9E3567 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E3567 is #61CA98. Grayscale: #5A5A5A. Windows color (decimal): -6408857 or 6763934. OLE color: 6763934.

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

Color convert

RGB 158 53 103 -
CMYK 0 0.66 0.35 0.38
HSL 331.43º 0.5% 0.41% -
HSV(B) 331.43º 0.66% 0.62% -
XYZ 17.82 10.79 13.98 -
YUV 90.1 135.29 176.43 -
System Red Green Blue C M Y K H S L
Decimal 158 53 103 0 0.66 0.35 0.38 331.43 0.5 0.41
Hex 9E 35 67 0 42 23 26 14B 32 29
Octal 236 65 147 0 102 43 46 513 62 51
Binary 10011110 110101 1100111 0 1000010 100011 100110 101001011 110010 101001

Color Harmonies of #9E3567

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E3567

Black with #9E3567

Text Example


Text Example

White with #9E3567

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,53,103); }

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

background-color css

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

 a { background-color: rgb(158,53,103); }

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

border-color css

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

 span { border-color: rgb(158,53,103); }

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