Html Css Color HEX #9A467A Royal Heath

📋 copy color: '#9A467A'

red 154 ◦ green 70 ◦ blue 122

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

Shades of Royal Heath #9A467A

Tints of Royal Heath #9A467A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 35.26%

R = 44.51%
G = 20.23%
B = 35.26%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.21

 K value IS 0.40

RGB Variations

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

Color information

#9A467A (or 0x9A467A) is known color: Royal Heath. HEX triplet: 9A, 46 and 7A. RGB value is (154,70,122). Sum of RGB (Red+Green+Blue) = 154+70+122=346 (45% of max value = 765). Red value is 154 (60.55% from 255 or 44.51% from 346); Green value is 70 (27.73% from 255 or 20.23% from 346); Blue value is 122 (48.05% from 255 or 35.26% from 346); Max value from RGB is 154 - color contains mainly: red. Hex color #9A467A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A467A is #65B985. Grayscale: #646464. Windows color (decimal): -6666630 or 8013466. OLE color: 8013466.

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

Color convert

RGB 154 70 122 -
CMYK 0 0.55 0.21 0.40
HSL 322.86º 0.38% 0.44% -
HSV(B) 322.86º 0.55% 0.6% -
XYZ 19.03 12.66 19.85 -
YUV 101.04 139.83 165.77 -
System Red Green Blue C M Y K H S L
Decimal 154 70 122 0 0.55 0.21 0.40 322.86 0.38 0.44
Hex 9A 46 7A 0 37 15 28 143 26 2C
Octal 232 106 172 0 67 25 50 503 46 54
Binary 10011010 1000110 1111010 0 110111 10101 101000 101000011 100110 101100

Color Harmonies of #9A467A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A467A

Black with #9A467A

Text Example


Text Example

White with #9A467A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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