#9B487C

Color #9B487C Royal Heath (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Heath #9B487C

Tints of Royal Heath #9B487C

Color information

#9B487C (or 0x9B487C) is unknown color: approx Royal Heath. HEX triplet: 9B, 48 and 7C. RGB value is (155,72,124). Sum of RGB (Red+Green+Blue) = 155+72+124=351 (46% of max value = 765). Red value is 155 (60.94% from 255 or 44.16% from 351); Green value is 72 (28.52% from 255 or 20.51% from 351); Blue value is 124 (48.83% from 255 or 35.33% from 351); Max value from RGB is 155 - color contains mainly: red. Hex color #9B487C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B487C is #64B783. Grayscale: #666666. Windows color (decimal): -6600580 or 8145051. OLE color: 8145051.

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

Color convert

RGB15572124-
CMYK00.540.20.39
HSL322.41º36.56%44.51%-
HSV(B)322.41º53.55%60.78%-
XYZ19.4713.0620.56-
YUV102.74140165.27-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 44.16%
GREEN value IS 72 (28.52% from 255) = 20.51%
BLUE value IS 124 (48.83% from 255) = 35.33%
R=44.16%
G=20.51%
B=35.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.2
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1557212400.540.20.39322.4136.5644.51
Hex9B487C0361427142252d
Octal23311017406624475024555
Binary1001101110010001111100011011010100100111101000010100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B487C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,72,124); }

 H1.HeaderClassName
 {
   color: #9B487C;
 }
 .AnyTagClassName
 {
   color: #9B487C;
 }
</style>
background-color css

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

 a { background-color: rgb(155,72,124); }

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

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

 span { border-color: rgb(155,72,124); }

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