Html Css Color HEX #9C487D Royal Heath

📋 copy color: '#9C487D'

red 156 ◦ green 72 ◦ blue 125

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

Shades of Royal Heath #9C487D

Tints of Royal Heath #9C487D

RGB

 RED value IS 156 (61.33% from 255) = 44.19%

 GREEN value IS 72 (28.52% from 255) = 20.4%

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

R = 44.19%
G = 20.4%
B = 35.41%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.20

 K value IS 0.39

RGB Variations

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

Color information

#9C487D (or 0x9C487D) is known color: Royal Heath. HEX triplet: 9C, 48 and 7D. RGB value is (156,72,125). Sum of RGB (Red+Green+Blue) = 156+72+125=353 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.19% from 353); Green value is 72 (28.52% from 255 or 20.40% from 353); Blue value is 125 (49.22% from 255 or 35.41% from 353); Max value from RGB is 156 - color contains mainly: red. Hex color #9C487D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C487D is #63B782. Grayscale: #676767. Windows color (decimal): -6535043 or 8210588. OLE color: 8210588.

HSL color Cylindrical-coordinate representation of color #9C487D: hue angle of 322.14º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9C487D is Cyan = 0, Magento = 0.54, Yellow = 0.20 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 72 125 -
CMYK 0 0.54 0.20 0.39
HSL 322.14º 0.37% 0.45% -
HSV(B) 322.14º 0.54% 0.61% -
XYZ 19.73 13.18 20.91 -
YUV 103.16 140.33 165.69 -
System Red Green Blue C M Y K H S L
Decimal 156 72 125 0 0.54 0.20 0.39 322.14 0.37 0.45
Hex 9C 48 7D 0 36 14 27 142 25 2D
Octal 234 110 175 0 66 24 47 502 45 55
Binary 10011100 1001000 1111101 0 110110 10100 100111 101000010 100101 101101

Color Harmonies of #9C487D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C487D

Black with #9C487D

Text Example


Text Example

White with #9C487D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,72,125); }

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

background-color css

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

 a { background-color: rgb(156,72,125); }

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

border-color css

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

 span { border-color: rgb(156,72,125); }

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