Html Css Color HEX #9E487B Royal Heath

📋 copy color: '#9E487B'

red 158 ◦ green 72 ◦ blue 123

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

Shades of Royal Heath #9E487B

Tints of Royal Heath #9E487B

RGB

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

 GREEN value IS 72 (28.52% from 255) = 20.4%

 BLUE value IS 123 (48.44% from 255) = 34.84%

R = 44.76%
G = 20.4%
B = 34.84%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.22

 K value IS 0.38

RGB Variations

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

Color information

#9E487B (or 0x9E487B) is known color: Royal Heath. HEX triplet: 9E, 48 and 7B. RGB value is (158,72,123). Sum of RGB (Red+Green+Blue) = 158+72+123=353 (46% of max value = 765). Red value is 158 (62.11% from 255 or 44.76% from 353); Green value is 72 (28.52% from 255 or 20.40% from 353); Blue value is 123 (48.44% from 255 or 34.84% from 353); Max value from RGB is 158 - color contains mainly: red. Hex color #9E487B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E487B is #61B784. Grayscale: #676767. Windows color (decimal): -6403973 or 8079518. OLE color: 8079518.

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

Color convert

RGB 158 72 123 -
CMYK 0 0.54 0.22 0.38
HSL 324.42º 0.37% 0.45% -
HSV(B) 324.42º 0.54% 0.62% -
XYZ 19.99 13.33 20.26 -
YUV 103.53 138.99 166.85 -
System Red Green Blue C M Y K H S L
Decimal 158 72 123 0 0.54 0.22 0.38 324.42 0.37 0.45
Hex 9E 48 7B 0 36 16 26 144 25 2D
Octal 236 110 173 0 66 26 46 504 45 55
Binary 10011110 1001000 1111011 0 110110 10110 100110 101000100 100101 101101

Color Harmonies of #9E487B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E487B

Black with #9E487B

Text Example


Text Example

White with #9E487B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,72,123); }

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

background-color css

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

 a { background-color: rgb(158,72,123); }

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

border-color css

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

 span { border-color: rgb(158,72,123); }

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