Html Css Color HEX #9A477B Royal Heath

📋 copy color: '#9A477B'

red 154 ◦ green 71 ◦ blue 123

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

Shades of Royal Heath #9A477B

Tints of Royal Heath #9A477B

RGB

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

 GREEN value IS 71 (28.13% from 255) = 20.4%

 BLUE value IS 123 (48.44% from 255) = 35.34%

R = 44.25%
G = 20.4%
B = 35.34%

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

#9A477B (or 0x9A477B) is known color: Royal Heath. HEX triplet: 9A, 47 and 7B. RGB value is (154,71,123). Sum of RGB (Red+Green+Blue) = 154+71+123=348 (46% of max value = 765). Red value is 154 (60.55% from 255 or 44.25% from 348); Green value is 71 (28.12% from 255 or 20.40% from 348); Blue value is 123 (48.44% from 255 or 35.34% from 348); Max value from RGB is 154 - color contains mainly: red. Hex color #9A477B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A477B is #65B884. Grayscale: #656565. Windows color (decimal): -6666373 or 8079258. OLE color: 8079258.

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

Color convert

RGB 154 71 123 -
CMYK 0 0.54 0.20 0.40
HSL 322.41º 0.37% 0.44% -
HSV(B) 322.41º 0.54% 0.6% -
XYZ 19.15 12.81 20.2 -
YUV 101.75 140 165.27 -
System Red Green Blue C M Y K H S L
Decimal 154 71 123 0 0.54 0.20 0.40 322.41 0.37 0.44
Hex 9A 47 7B 0 36 14 28 142 25 2C
Octal 232 107 173 0 66 24 50 502 45 54
Binary 10011010 1000111 1111011 0 110110 10100 101000 101000010 100101 101100

Color Harmonies of #9A477B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A477B

Black with #9A477B

Text Example


Text Example

White with #9A477B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,71,123); }

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

background-color css

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

 a { background-color: rgb(154,71,123); }

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

border-color css

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

 span { border-color: rgb(154,71,123); }

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