#98447C

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

Shades of Royal Heath #98447C

Tints of Royal Heath #98447C

Color information

#98447C (or 0x98447C) is unknown color: approx Royal Heath. HEX triplet: 98, 44 and 7C. RGB value is (152,68,124). Sum of RGB (Red+Green+Blue) = 152+68+124=344 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.19% from 344); Green value is 68 (26.95% from 255 or 19.77% from 344); Blue value is 124 (48.83% from 255 or 36.05% from 344); Max value from RGB is 152 - color contains mainly: red. Hex color #98447C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98447C is #67BB83. Grayscale: #636363. Windows color (decimal): -6798212 or 8144024. OLE color: 8144024.

HSL color Cylindrical-coordinate representation of color #98447C: hue angle of 320º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #98447C is Cyan = 0, Magento = 0.55, Yellow = 0.18 and Black (K on CMYK) = 0.40.

Color convert

RGB15268124-
CMYK00.550.180.40
HSL320º38.18%43.14%-
HSV(B)320º55.26%59.61%-
XYZ18.6512.2620.45-
YUV99.5141.83165.45-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 44.19%
GREEN value IS 68 (26.95% from 255) = 19.77%
BLUE value IS 124 (48.83% from 255) = 36.05%
R=44.19%
G=19.77%
B=36.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.18
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1526812400.550.180.4032038.1843.14
Hex98447C0371228140262b
Octal23010417406722505004653
Binary1001100010001001111100011011110010101000101000000100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98447C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98447C; }

 p { color: rgb(152,68,124); }

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

<style>
 a { background-color: #98447C; }

 a { background-color: rgb(152,68,124); }

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

<style>
 span { border-color: #98447C; }

 span { border-color: rgb(152,68,124); }

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