Html Css Color HEX #9B477C Royal Heath

📋 copy color: '#9B477C'

red 155 ◦ green 71 ◦ blue 124

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

Shades of Royal Heath #9B477C

Tints of Royal Heath #9B477C

RGB

 RED value IS 155 (60.94% from 255) = 44.29%

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

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

R = 44.29%
G = 20.29%
B = 35.43%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.2

 K value IS 0.39

RGB Variations

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

Color information

#9B477C (or 0x9B477C) is known color: Royal Heath. HEX triplet: 9B, 47 and 7C. RGB value is (155,71,124). Sum of RGB (Red+Green+Blue) = 155+71+124=350 (46% of max value = 765). Red value is 155 (60.94% from 255 or 44.29% from 350); Green value is 71 (28.12% from 255 or 20.29% from 350); Blue value is 124 (48.83% from 255 or 35.43% from 350); Max value from RGB is 155 - color contains mainly: red. Hex color #9B477C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B477C is #64B883. Grayscale: #666666. Windows color (decimal): -6600836 or 8144795. OLE color: 8144795.

HSL color Cylindrical-coordinate representation of color #9B477C: hue angle of 322.14º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9B477C is Cyan = 0, Magento = 0.54, Yellow = 0.2 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 71 124 -
CMYK 0 0.54 0.2 0.39
HSL 322.14º 0.37% 0.44% -
HSV(B) 322.14º 0.54% 0.61% -
XYZ 19.41 12.93 20.54 -
YUV 102.16 140.33 165.69 -
System Red Green Blue C M Y K H S L
Decimal 155 71 124 0 0.54 0.2 0.39 322.14 0.37 0.44
Hex 9B 47 7C 0 36 14 27 142 25 2C
Octal 233 107 174 0 66 24 47 502 45 54
Binary 10011011 1000111 1111100 0 110110 10100 100111 101000010 100101 101100

Color Harmonies of #9B477C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B477C

Black with #9B477C

Text Example


Text Example

White with #9B477C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,71,124); }

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

background-color css

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

 a { background-color: rgb(155,71,124); }

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

border-color css

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

 span { border-color: rgb(155,71,124); }

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