Html Css Color HEX #98467A Royal Heath

📋 copy color: '#98467A'

red 152 ◦ green 70 ◦ blue 122

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

Shades of Royal Heath #98467A

Tints of Royal Heath #98467A

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

 M value IS 0.54

 Y value IS 0.20

 K value IS 0.40

RGB Variations

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

Color information

#98467A (or 0x98467A) is known color: 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

RGB 152 70 122 -
CMYK 0 0.54 0.20 0.40
HSL 321.95º 0.37% 0.44% -
HSV(B) 321.95º 0.54% 0.6% -
XYZ 18.65 12.46 19.83 -
YUV 100.45 140.17 164.77 -
System Red Green Blue C M Y K H S L
Decimal 152 70 122 0 0.54 0.20 0.40 321.95 0.37 0.44
Hex 98 46 7A 0 36 14 28 142 25 2C
Octal 230 106 172 0 66 24 50 502 45 54
Binary 10011000 1000110 1111010 0 110110 10100 101000 101000010 100101 101100

Color Harmonies of #98467A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98467A

Black with #98467A

Text Example


Text Example

White with #98467A

Text Example


Text Example

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