Html Css Color HEX #9E3F78 Rouge

📋 copy color: '#9E3F78'

red 158 ◦ green 63 ◦ blue 120

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

Shades of Rouge #9E3F78

Tints of Rouge #9E3F78

RGB

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

 GREEN value IS 63 (25% from 255) = 18.48%

 BLUE value IS 120 (47.27% from 255) = 35.19%

R = 46.33%
G = 18.48%
B = 35.19%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.24

 K value IS 0.38

RGB Variations

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

Color information

#9E3F78 (or 0x9E3F78) is known color: Rouge. HEX triplet: 9E, 3F and 78. RGB value is (158,63,120). Sum of RGB (Red+Green+Blue) = 158+63+120=341 (45% of max value = 765). Red value is 158 (62.11% from 255 or 46.33% from 341); Green value is 63 (25% from 255 or 18.48% from 341); Blue value is 120 (47.27% from 255 or 35.19% from 341); Max value from RGB is 158 - color contains mainly: red. Hex color #9E3F78 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E3F78 is #61C087. Grayscale: #616161. Windows color (decimal): -6406280 or 7880606. OLE color: 7880606.

HSL color Cylindrical-coordinate representation of color #9E3F78: hue angle of 324º degrees, saturation: 0.43, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9E3F78 is Cyan = 0, Magento = 0.60, Yellow = 0.24 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 63 120 -
CMYK 0 0.60 0.24 0.38
HSL 324º 0.43% 0.43% -
HSV(B) 324º 0.6% 0.62% -
XYZ 19.27 12.18 19.1 -
YUV 97.9 140.47 170.87 -
System Red Green Blue C M Y K H S L
Decimal 158 63 120 0 0.60 0.24 0.38 324 0.43 0.43
Hex 9E 3F 78 0 3C 18 26 144 2B 2B
Octal 236 77 170 0 74 30 46 504 53 53
Binary 10011110 111111 1111000 0 111100 11000 100110 101000100 101011 101011

Color Harmonies of #9E3F78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E3F78

Black with #9E3F78

Text Example


Text Example

White with #9E3F78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,63,120); }

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

background-color css

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

 a { background-color: rgb(158,63,120); }

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

border-color css

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

 span { border-color: rgb(158,63,120); }

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