#98457A

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

Shades of Royal Heath #98457A

Tints of Royal Heath #98457A

Color information

#98457A (or 0x98457A) is unknown color: approx Royal Heath. HEX triplet: 98, 45 and 7A. RGB value is (152,69,122). Sum of RGB (Red+Green+Blue) = 152+69+122=343 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.31% from 343); Green value is 69 (27.34% from 255 or 20.12% from 343); Blue value is 122 (48.05% from 255 or 35.57% from 343); Max value from RGB is 152 - color contains mainly: red. Hex color #98457A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98457A is #67BA85. Grayscale: #636363. Windows color (decimal): -6797958 or 8013208. OLE color: 8013208.

HSL color Cylindrical-coordinate representation of color #98457A: hue angle of 321.69º 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 #98457A is Cyan = 0, Magento = 0.55, Yellow = 0.20 and Black (K on CMYK) = 0.40.

Color convert

RGB15269122-
CMYK00.550.200.40
HSL321.69º37.56%43.33%-
HSV(B)321.69º54.61%59.61%-
XYZ18.5912.3419.81-
YUV99.86140.5165.19-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 44.31%
GREEN value IS 69 (27.34% from 255) = 20.12%
BLUE value IS 122 (48.05% from 255) = 35.57%
R=44.31%
G=20.12%
B=35.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.20
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1526912200.550.200.40321.6937.5643.33
Hex98457A0371428142262b
Octal23010517206724505024653
Binary1001100010001011111010011011110100101000101000010100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98457A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98457A; }

 p { color: rgb(152,69,122); }

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

<style>
 a { background-color: #98457A; }

 a { background-color: rgb(152,69,122); }

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

<style>
 span { border-color: #98457A; }

 span { border-color: rgb(152,69,122); }

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