Html Css Color HEX #9F437B Royal Heath

📋 copy color: '#9F437B'

red 159 ◦ green 67 ◦ blue 123

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

Shades of Royal Heath #9F437B

Tints of Royal Heath #9F437B

RGB

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

 GREEN value IS 67 (26.56% from 255) = 19.2%

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

R = 45.56%
G = 19.2%
B = 35.24%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.23

 K value IS 0.38

RGB Variations

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

Color information

#9F437B (or 0x9F437B) is known color: Royal Heath. HEX triplet: 9F, 43 and 7B. RGB value is (159,67,123). Sum of RGB (Red+Green+Blue) = 159+67+123=349 (46% of max value = 765). Red value is 159 (62.5% from 255 or 45.56% from 349); Green value is 67 (26.56% from 255 or 19.20% from 349); Blue value is 123 (48.44% from 255 or 35.24% from 349); Max value from RGB is 159 - color contains mainly: red. Hex color #9F437B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F437B is #60BC84. Grayscale: #646464. Windows color (decimal): -6339717 or 8078239. OLE color: 8078239.

HSL color Cylindrical-coordinate representation of color #9F437B: hue angle of 323.48º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9F437B is Cyan = 0, Magento = 0.58, Yellow = 0.23 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 67 123 -
CMYK 0 0.58 0.23 0.38
HSL 323.48º 0.41% 0.44% -
HSV(B) 323.48º 0.58% 0.62% -
XYZ 19.88 12.82 20.16 -
YUV 100.89 140.48 169.45 -
System Red Green Blue C M Y K H S L
Decimal 159 67 123 0 0.58 0.23 0.38 323.48 0.41 0.44
Hex 9F 43 7B 0 3A 17 26 143 29 2C
Octal 237 103 173 0 72 27 46 503 51 54
Binary 10011111 1000011 1111011 0 111010 10111 100110 101000011 101001 101100

Color Harmonies of #9F437B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F437B

Black with #9F437B

Text Example


Text Example

White with #9F437B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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