Html Css Color HEX #9F4A7D Royal Heath

📋 copy color: '#9F4A7D'

red 159 ◦ green 74 ◦ blue 125

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

Shades of Royal Heath #9F4A7D

Tints of Royal Heath #9F4A7D

RGB

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

 GREEN value IS 74 (29.3% from 255) = 20.67%

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

R = 44.41%
G = 20.67%
B = 34.92%

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

#9F4A7D (or 0x9F4A7D) is known color: Royal Heath. HEX triplet: 9F, 4A and 7D. RGB value is (159,74,125). Sum of RGB (Red+Green+Blue) = 159+74+125=358 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.41% from 358); Green value is 74 (29.30% from 255 or 20.67% from 358); Blue value is 125 (49.22% from 255 or 34.92% from 358); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4A7D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F4A7D is #60B582. Grayscale: #696969. Windows color (decimal): -6337923 or 8211103. OLE color: 8211103.

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

Color convert

RGB 159 74 125 -
CMYK 0 0.53 0.21 0.38
HSL 324º 0.36% 0.46% -
HSV(B) 324º 0.53% 0.62% -
XYZ 20.45 13.75 20.98 -
YUV 105.23 139.16 166.35 -
System Red Green Blue C M Y K H S L
Decimal 159 74 125 0 0.53 0.21 0.38 324 0.36 0.46
Hex 9F 4A 7D 0 35 15 26 144 24 2E
Octal 237 112 175 0 65 25 46 504 44 56
Binary 10011111 1001010 1111101 0 110101 10101 100110 101000100 100100 101110

Color Harmonies of #9F4A7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F4A7D

Black with #9F4A7D

Text Example


Text Example

White with #9F4A7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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