Html Css Color HEX #9C487A Royal Heath

📋 copy color: '#9C487A'

red 156 ◦ green 72 ◦ blue 122

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

Shades of Royal Heath #9C487A

Tints of Royal Heath #9C487A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 34.86%

R = 44.57%
G = 20.57%
B = 34.86%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.22

 K value IS 0.39

RGB Variations

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

Color information

#9C487A (or 0x9C487A) is known color: Royal Heath. HEX triplet: 9C, 48 and 7A. RGB value is (156,72,122). Sum of RGB (Red+Green+Blue) = 156+72+122=350 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.57% from 350); Green value is 72 (28.52% from 255 or 20.57% from 350); Blue value is 122 (48.05% from 255 or 34.86% from 350); Max value from RGB is 156 - color contains mainly: red. Hex color #9C487A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C487A is #63B785. Grayscale: #666666. Windows color (decimal): -6535046 or 8013980. OLE color: 8013980.

HSL color Cylindrical-coordinate representation of color #9C487A: hue angle of 324.29º 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 #9C487A is Cyan = 0, Magento = 0.54, Yellow = 0.22 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 72 122 -
CMYK 0 0.54 0.22 0.39
HSL 324.29º 0.37% 0.45% -
HSV(B) 324.29º 0.54% 0.61% -
XYZ 19.54 13.11 19.91 -
YUV 102.82 138.83 165.93 -
System Red Green Blue C M Y K H S L
Decimal 156 72 122 0 0.54 0.22 0.39 324.29 0.37 0.45
Hex 9C 48 7A 0 36 16 27 144 25 2D
Octal 234 110 172 0 66 26 47 504 45 55
Binary 10011100 1001000 1111010 0 110110 10110 100111 101000100 100101 101101

Color Harmonies of #9C487A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C487A

Black with #9C487A

Text Example


Text Example

White with #9C487A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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