#98467A

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

Shades of Royal Heath #98467A

Tints of Royal Heath #98467A

Color information

#98467A (or 0x98467A) is unknown color: approx Royal Heath. HEX triplet: 98, 46 and 7A. RGB value is (152,70,122). Sum of RGB (Red+Green+Blue) = 152+70+122=344 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.19% from 344); Green value is 70 (27.73% from 255 or 20.35% from 344); Blue value is 122 (48.05% from 255 or 35.47% from 344); Max value from RGB is 152 - color contains mainly: red. Hex color #98467A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98467A is #67B985. Grayscale: #646464. Windows color (decimal): -6797702 or 8013464. OLE color: 8013464.

HSL color Cylindrical-coordinate representation of color #98467A: hue angle of 321.95º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #98467A is Cyan = 0, Magento = 0.54, Yellow = 0.20 and Black (K on CMYK) = 0.40.

Color convert

RGB15270122-
CMYK00.540.200.40
HSL321.95º36.94%43.53%-
HSV(B)321.95º53.95%59.61%-
XYZ18.6512.4619.83-
YUV100.45140.17164.77-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 44.19%
GREEN value IS 70 (27.73% from 255) = 20.35%
BLUE value IS 122 (48.05% from 255) = 35.47%
R=44.19%
G=20.35%
B=35.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.20
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1527012200.540.200.40321.9536.9443.53
Hex98467A0361428142252c
Octal23010617206624505024554
Binary1001100010001101111010011011010100101000101000010100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98467A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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