Html Css Color HEX #9B497A Royal Heath

📋 copy color: '#9B497A'

red 155 ◦ green 73 ◦ blue 122

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

Shades of Royal Heath #9B497A

Tints of Royal Heath #9B497A

RGB

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

 GREEN value IS 73 (28.91% from 255) = 20.86%

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

R = 44.29%
G = 20.86%
B = 34.86%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.21

 K value IS 0.39

RGB Variations

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

Color information

#9B497A (or 0x9B497A) is known color: Royal Heath. HEX triplet: 9B, 49 and 7A. RGB value is (155,73,122). Sum of RGB (Red+Green+Blue) = 155+73+122=350 (46% of max value = 765). Red value is 155 (60.94% from 255 or 44.29% from 350); Green value is 73 (28.91% from 255 or 20.86% from 350); Blue value is 122 (48.05% from 255 or 34.86% from 350); Max value from RGB is 155 - color contains mainly: red. Hex color #9B497A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B497A is #64B685. Grayscale: #666666. Windows color (decimal): -6600326 or 8014235. OLE color: 8014235.

HSL color Cylindrical-coordinate representation of color #9B497A: hue angle of 324.15º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9B497A is Cyan = 0, Magento = 0.53, Yellow = 0.21 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 73 122 -
CMYK 0 0.53 0.21 0.39
HSL 324.15º 0.36% 0.45% -
HSV(B) 324.15º 0.53% 0.61% -
XYZ 19.41 13.14 19.93 -
YUV 103.1 138.67 165.02 -
System Red Green Blue C M Y K H S L
Decimal 155 73 122 0 0.53 0.21 0.39 324.15 0.36 0.45
Hex 9B 49 7A 0 35 15 27 144 24 2D
Octal 233 111 172 0 65 25 47 504 44 55
Binary 10011011 1001001 1111010 0 110101 10101 100111 101000100 100100 101101

Color Harmonies of #9B497A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B497A

Black with #9B497A

Text Example


Text Example

White with #9B497A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,73,122); }

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

background-color css

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

 a { background-color: rgb(155,73,122); }

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

border-color css

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

 span { border-color: rgb(155,73,122); }

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