Html Css Color HEX #9F507A Royal Heath

📋 copy color: '#9F507A'

red 159 ◦ green 80 ◦ blue 122

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

Shades of Royal Heath #9F507A

Tints of Royal Heath #9F507A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 33.8%

R = 44.04%
G = 22.16%
B = 33.8%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.23

 K value IS 0.38

RGB Variations

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

Color information

#9F507A (or 0x9F507A) is known color: Royal Heath. HEX triplet: 9F, 50 and 7A. RGB value is (159,80,122). Sum of RGB (Red+Green+Blue) = 159+80+122=361 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.04% from 361); Green value is 80 (31.64% from 255 or 22.16% from 361); Blue value is 122 (48.05% from 255 or 33.80% from 361); Max value from RGB is 159 - color contains mainly: red. Hex color #9F507A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F507A is #60AF85. Grayscale: #6C6C6C. Windows color (decimal): -6336390 or 8016031. OLE color: 8016031.

HSL color Cylindrical-coordinate representation of color #9F507A: hue angle of 328.1º 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 #9F507A is Cyan = 0, Magento = 0.50, Yellow = 0.23 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 80 122 -
CMYK 0 0.50 0.23 0.38
HSL 328.1º 0.33% 0.47% -
HSV(B) 328.1º 0.5% 0.62% -
XYZ 20.68 14.51 20.12 -
YUV 108.41 135.67 164.08 -
System Red Green Blue C M Y K H S L
Decimal 159 80 122 0 0.50 0.23 0.38 328.1 0.33 0.47
Hex 9F 50 7A 0 32 17 26 148 21 2F
Octal 237 120 172 0 62 27 46 510 41 57
Binary 10011111 1010000 1111010 0 110010 10111 100110 101001000 100001 101111

Color Harmonies of #9F507A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F507A

Black with #9F507A

Text Example


Text Example

White with #9F507A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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