Html Css Color HEX #9F507C Royal Heath

📋 copy color: '#9F507C'

red 159 ◦ green 80 ◦ blue 124

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

Shades of Royal Heath #9F507C

Tints of Royal Heath #9F507C

RGB

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

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

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

R = 43.8%
G = 22.04%
B = 34.16%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.22

 K value IS 0.38

RGB Variations

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

Color information

#9F507C (or 0x9F507C) is known color: Royal Heath. HEX triplet: 9F, 50 and 7C. RGB value is (159,80,124). Sum of RGB (Red+Green+Blue) = 159+80+124=363 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.80% from 363); Green value is 80 (31.64% from 255 or 22.04% from 363); Blue value is 124 (48.83% from 255 or 34.16% from 363); Max value from RGB is 159 - color contains mainly: red. Hex color #9F507C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F507C is #60AF83. Grayscale: #6C6C6C. Windows color (decimal): -6336388 or 8147103. OLE color: 8147103.

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

Color convert

RGB 159 80 124 -
CMYK 0 0.50 0.22 0.38
HSL 326.58º 0.33% 0.47% -
HSV(B) 326.58º 0.5% 0.62% -
XYZ 20.8 14.56 20.78 -
YUV 108.64 136.67 163.92 -
System Red Green Blue C M Y K H S L
Decimal 159 80 124 0 0.50 0.22 0.38 326.58 0.33 0.47
Hex 9F 50 7C 0 32 16 26 147 21 2F
Octal 237 120 174 0 62 26 46 507 41 57
Binary 10011111 1010000 1111100 0 110010 10110 100110 101000111 100001 101111

Color Harmonies of #9F507C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F507C

Black with #9F507C

Text Example


Text Example

White with #9F507C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,80,124); }

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

background-color css

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

 a { background-color: rgb(159,80,124); }

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

border-color css

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

 span { border-color: rgb(159,80,124); }

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