Html Css Color HEX #9F5175 Royal Heath

📋 copy color: '#9F5175'

red 159 ◦ green 81 ◦ blue 117

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

Shades of Royal Heath #9F5175

Tints of Royal Heath #9F5175

RGB

 RED value IS 159 (62.5% from 255) = 44.54%

 GREEN value IS 81 (32.03% from 255) = 22.69%

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

R = 44.54%
G = 22.69%
B = 32.77%

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

#9F5175 (or 0x9F5175) is known color: Royal Heath. HEX triplet: 9F, 51 and 75. RGB value is (159,81,117). Sum of RGB (Red+Green+Blue) = 159+81+117=357 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.54% from 357); Green value is 81 (32.03% from 255 or 22.69% from 357); Blue value is 117 (46.09% from 255 or 32.77% from 357); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5175 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F5175 is #60AE8A. Grayscale: #6C6C6C. Windows color (decimal): -6336139 or 7688607. OLE color: 7688607.

HSL color Cylindrical-coordinate representation of color #9F5175: hue angle of 332.31º degrees, saturation: 0.32, 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 #9F5175 is Cyan = 0, Magento = 0.49, Yellow = 0.26 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 81 117 -
CMYK 0 0.49 0.26 0.38
HSL 332.31º 0.33% 0.47% -
HSV(B) 332.31º 0.49% 0.62% -
XYZ 20.45 14.54 18.56 -
YUV 108.43 132.84 164.07 -
System Red Green Blue C M Y K H S L
Decimal 159 81 117 0 0.49 0.26 0.38 332.31 0.33 0.47
Hex 9F 51 75 0 31 1A 26 14C 20 2F
Octal 237 121 165 0 61 32 46 514 40 57
Binary 10011111 1010001 1110101 0 110001 11010 100110 101001100 100000 101111

Color Harmonies of #9F5175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F5175

Black with #9F5175

Text Example


Text Example

White with #9F5175

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,81,117); }

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

background-color css

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

 a { background-color: rgb(159,81,117); }

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

border-color css

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

 span { border-color: rgb(159,81,117); }

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