Html Css Color HEX #9A467C Royal Heath

📋 copy color: '#9A467C'

red 154 ◦ green 70 ◦ blue 124

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

Shades of Royal Heath #9A467C

Tints of Royal Heath #9A467C

RGB

 RED value IS 154 (60.55% from 255) = 44.25%

 GREEN value IS 70 (27.73% from 255) = 20.11%

 BLUE value IS 124 (48.83% from 255) = 35.63%

R = 44.25%
G = 20.11%
B = 35.63%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.19

 K value IS 0.40

RGB Variations

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

Color information

#9A467C (or 0x9A467C) is known color: Royal Heath. HEX triplet: 9A, 46 and 7C. RGB value is (154,70,124). Sum of RGB (Red+Green+Blue) = 154+70+124=348 (46% of max value = 765). Red value is 154 (60.55% from 255 or 44.25% from 348); Green value is 70 (27.73% from 255 or 20.11% from 348); Blue value is 124 (48.83% from 255 or 35.63% from 348); Max value from RGB is 154 - color contains mainly: red. Hex color #9A467C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A467C is #65B983. Grayscale: #656565. Windows color (decimal): -6666628 or 8144538. OLE color: 8144538.

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

Color convert

RGB 154 70 124 -
CMYK 0 0.55 0.19 0.40
HSL 321.43º 0.38% 0.44% -
HSV(B) 321.43º 0.55% 0.6% -
XYZ 19.15 12.71 20.51 -
YUV 101.27 140.83 165.61 -
System Red Green Blue C M Y K H S L
Decimal 154 70 124 0 0.55 0.19 0.40 321.43 0.38 0.44
Hex 9A 46 7C 0 37 13 28 141 26 2C
Octal 232 106 174 0 67 23 50 501 46 54
Binary 10011010 1000110 1111100 0 110111 10011 101000 101000001 100110 101100

Color Harmonies of #9A467C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A467C

Black with #9A467C

Text Example


Text Example

White with #9A467C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9A467C; }

 p { color: rgb(154,70,124); }

 H1.HeaderClassName
 {
   color: #9A467C;
 }
 .AnyTagClassName
 {
   color: #9A467C;
 }
</style>

background-color css

<style>
 a { background-color: #9A467C; }

 a { background-color: rgb(154,70,124); }

 div.DivClassName
 {
   background-color: #9A467C;
 }
 .BgClassName
 {
   background-color: #9A467C;
 }
</style>

border-color css

<style>
 span { border-color: #9A467C; }

 span { border-color: rgb(154,70,124); }

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