Html Css Color HEX #9E5075 Royal Heath

📋 copy color: '#9E5075'

red 158 ◦ green 80 ◦ blue 117

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

Shades of Royal Heath #9E5075

Tints of Royal Heath #9E5075

RGB

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

 GREEN value IS 80 (31.64% from 255) = 22.54%

 BLUE value IS 117 (46.09% from 255) = 32.96%

R = 44.51%
G = 22.54%
B = 32.96%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.26

 K value IS 0.38

RGB Variations

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

Color information

#9E5075 (or 0x9E5075) is known color: Royal Heath. HEX triplet: 9E, 50 and 75. RGB value is (158,80,117). Sum of RGB (Red+Green+Blue) = 158+80+117=355 (47% of max value = 765). Red value is 158 (62.11% from 255 or 44.51% from 355); Green value is 80 (31.64% from 255 or 22.54% from 355); Blue value is 117 (46.09% from 255 or 32.96% from 355); Max value from RGB is 158 - color contains mainly: red. Hex color #9E5075 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E5075 is #61AF8A. Grayscale: #6B6B6B. Windows color (decimal): -6401931 or 7688350. OLE color: 7688350.

HSL color Cylindrical-coordinate representation of color #9E5075: hue angle of 331.54º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9E5075 is Cyan = 0, Magento = 0.49, Yellow = 0.26 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 80 117 -
CMYK 0 0.49 0.26 0.38
HSL 331.54º 0.33% 0.47% -
HSV(B) 331.54º 0.49% 0.62% -
XYZ 20.18 14.29 18.52 -
YUV 107.54 133.34 163.99 -
System Red Green Blue C M Y K H S L
Decimal 158 80 117 0 0.49 0.26 0.38 331.54 0.33 0.47
Hex 9E 50 75 0 31 1A 26 14C 21 2F
Octal 236 120 165 0 61 32 46 514 41 57
Binary 10011110 1010000 1110101 0 110001 11010 100110 101001100 100001 101111

Color Harmonies of #9E5075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E5075

Black with #9E5075

Text Example


Text Example

White with #9E5075

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,80,117); }

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

background-color css

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

 a { background-color: rgb(158,80,117); }

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

border-color css

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

 span { border-color: rgb(158,80,117); }

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