Html Css Color HEX #9F5274 Royal Heath

📋 copy color: '#9F5274'

red 159 ◦ green 82 ◦ blue 116

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

Shades of Royal Heath #9F5274

Tints of Royal Heath #9F5274

RGB

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

 GREEN value IS 82 (32.42% from 255) = 22.97%

 BLUE value IS 116 (45.7% from 255) = 32.49%

R = 44.54%
G = 22.97%
B = 32.49%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.27

 K value IS 0.38

RGB Variations

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

Color information

#9F5274 (or 0x9F5274) is known color: Royal Heath. HEX triplet: 9F, 52 and 74. RGB value is (159,82,116). Sum of RGB (Red+Green+Blue) = 159+82+116=357 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.54% from 357); Green value is 82 (32.42% from 255 or 22.97% from 357); Blue value is 116 (45.70% from 255 or 32.49% from 357); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5274 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F5274 is #60AD8B. Grayscale: #6C6C6C. Windows color (decimal): -6335884 or 7623327. OLE color: 7623327.

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

Color convert

RGB 159 82 116 -
CMYK 0 0.48 0.27 0.38
HSL 333.51º 0.32% 0.47% -
HSV(B) 333.51º 0.48% 0.62% -
XYZ 20.47 14.67 18.28 -
YUV 108.9 132.01 163.74 -
System Red Green Blue C M Y K H S L
Decimal 159 82 116 0 0.48 0.27 0.38 333.51 0.32 0.47
Hex 9F 52 74 0 30 1B 26 14E 20 2F
Octal 237 122 164 0 60 33 46 516 40 57
Binary 10011111 1010010 1110100 0 110000 11011 100110 101001110 100000 101111

Color Harmonies of #9F5274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F5274

Black with #9F5274

Text Example


Text Example

White with #9F5274

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,82,116); }

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

background-color css

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

 a { background-color: rgb(159,82,116); }

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

border-color css

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

 span { border-color: rgb(159,82,116); }

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