Html Css Color HEX #9F507B Royal Heath

📋 copy color: '#9F507B'

red 159 ◦ green 80 ◦ blue 123

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

Shades of Royal Heath #9F507B

Tints of Royal Heath #9F507B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 33.98%

R = 43.92%
G = 22.1%
B = 33.98%

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

#9F507B (or 0x9F507B) is known color: Royal Heath. HEX triplet: 9F, 50 and 7B. RGB value is (159,80,123). Sum of RGB (Red+Green+Blue) = 159+80+123=362 (47% of max value = 765). Red value is 159 (62.5% from 255 or 43.92% from 362); Green value is 80 (31.64% from 255 or 22.10% from 362); Blue value is 123 (48.44% from 255 or 33.98% from 362); Max value from RGB is 159 - color contains mainly: red. Hex color #9F507B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F507B is #60AF84. Grayscale: #6C6C6C. Windows color (decimal): -6336389 or 8081567. OLE color: 8081567.

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

Color convert

RGB 159 80 123 -
CMYK 0 0.50 0.23 0.38
HSL 327.34º 0.33% 0.47% -
HSV(B) 327.34º 0.5% 0.62% -
XYZ 20.74 14.54 20.45 -
YUV 108.52 136.17 164 -
System Red Green Blue C M Y K H S L
Decimal 159 80 123 0 0.50 0.23 0.38 327.34 0.33 0.47
Hex 9F 50 7B 0 32 17 26 147 21 2F
Octal 237 120 173 0 62 27 46 507 41 57
Binary 10011111 1010000 1111011 0 110010 10111 100110 101000111 100001 101111

Color Harmonies of #9F507B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F507B

Black with #9F507B

Text Example


Text Example

White with #9F507B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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