Html Css Color HEX #9F4B7D Royal Heath

📋 copy color: '#9F4B7D'

red 159 ◦ green 75 ◦ blue 125

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

Shades of Royal Heath #9F4B7D

Tints of Royal Heath #9F4B7D

RGB

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

 GREEN value IS 75 (29.69% from 255) = 20.89%

 BLUE value IS 125 (49.22% from 255) = 34.82%

R = 44.29%
G = 20.89%
B = 34.82%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.21

 K value IS 0.38

RGB Variations

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

Color information

#9F4B7D (or 0x9F4B7D) is known color: Royal Heath. HEX triplet: 9F, 4B and 7D. RGB value is (159,75,125). Sum of RGB (Red+Green+Blue) = 159+75+125=359 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.29% from 359); Green value is 75 (29.69% from 255 or 20.89% from 359); Blue value is 125 (49.22% from 255 or 34.82% from 359); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4B7D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F4B7D is #60B482. Grayscale: #696969. Windows color (decimal): -6337667 or 8211359. OLE color: 8211359.

HSL color Cylindrical-coordinate representation of color #9F4B7D: hue angle of 324.29º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9F4B7D is Cyan = 0, Magento = 0.53, Yellow = 0.21 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 75 125 -
CMYK 0 0.53 0.21 0.38
HSL 324.29º 0.36% 0.46% -
HSV(B) 324.29º 0.53% 0.62% -
XYZ 20.52 13.88 21 -
YUV 105.82 138.83 165.93 -
System Red Green Blue C M Y K H S L
Decimal 159 75 125 0 0.53 0.21 0.38 324.29 0.36 0.46
Hex 9F 4B 7D 0 35 15 26 144 24 2E
Octal 237 113 175 0 65 25 46 504 44 56
Binary 10011111 1001011 1111101 0 110101 10101 100110 101000100 100100 101110

Color Harmonies of #9F4B7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F4B7D

Black with #9F4B7D

Text Example


Text Example

White with #9F4B7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,75,125); }

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

background-color css

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

 a { background-color: rgb(159,75,125); }

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

border-color css

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

 span { border-color: rgb(159,75,125); }

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