Html Css Color HEX #98447C Royal Heath

📋 copy color: '#98447C'

red 152 ◦ green 68 ◦ blue 124

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

Shades of Royal Heath #98447C

Tints of Royal Heath #98447C

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 value IS 0

 M value IS 0.55

 Y value IS 0.18

 K value IS 0.40

RGB Variations

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

Color information

#98447C (or 0x98447C) is known color: 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

RGB 152 68 124 -
CMYK 0 0.55 0.18 0.40
HSL 320º 0.38% 0.43% -
HSV(B) 320º 0.55% 0.6% -
XYZ 18.65 12.26 20.45 -
YUV 99.5 141.83 165.45 -
System Red Green Blue C M Y K H S L
Decimal 152 68 124 0 0.55 0.18 0.40 320 0.38 0.43
Hex 98 44 7C 0 37 12 28 140 26 2B
Octal 230 104 174 0 67 22 50 500 46 53
Binary 10011000 1000100 1111100 0 110111 10010 101000 101000000 100110 101011

Color Harmonies of #98447C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98447C

Black with #98447C

Text Example


Text Example

White with #98447C

Text Example


Text Example

HTML Codes & Css Web 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>