Html Css Color HEX #9E437C Royal Heath

📋 copy color: '#9E437C'

red 158 ◦ green 67 ◦ blue 124

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

Shades of Royal Heath #9E437C

Tints of Royal Heath #9E437C

RGB

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

 GREEN value IS 67 (26.56% from 255) = 19.2%

 BLUE value IS 124 (48.83% from 255) = 35.53%

R = 45.27%
G = 19.2%
B = 35.53%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.22

 K value IS 0.38

RGB Variations

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

Color information

#9E437C (or 0x9E437C) is known color: Royal Heath. HEX triplet: 9E, 43 and 7C. RGB value is (158,67,124). Sum of RGB (Red+Green+Blue) = 158+67+124=349 (46% of max value = 765). Red value is 158 (62.11% from 255 or 45.27% from 349); Green value is 67 (26.56% from 255 or 19.20% from 349); Blue value is 124 (48.83% from 255 or 35.53% from 349); Max value from RGB is 158 - color contains mainly: red. Hex color #9E437C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E437C is #61BC83. Grayscale: #646464. Windows color (decimal): -6405252 or 8143774. OLE color: 8143774.

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

Color convert

RGB 158 67 124 -
CMYK 0 0.58 0.22 0.38
HSL 322.42º 0.4% 0.44% -
HSV(B) 322.42º 0.58% 0.62% -
XYZ 19.75 12.74 20.49 -
YUV 100.71 141.15 168.87 -
System Red Green Blue C M Y K H S L
Decimal 158 67 124 0 0.58 0.22 0.38 322.42 0.4 0.44
Hex 9E 43 7C 0 3A 16 26 142 28 2C
Octal 236 103 174 0 72 26 46 502 50 54
Binary 10011110 1000011 1111100 0 111010 10110 100110 101000010 101000 101100

Color Harmonies of #9E437C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E437C

Black with #9E437C

Text Example


Text Example

White with #9E437C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,67,124); }

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

background-color css

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

 a { background-color: rgb(158,67,124); }

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

border-color css

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

 span { border-color: rgb(158,67,124); }

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