Html Css Color HEX #9B4777 Royal Heath

📋 copy color: '#9B4777'

red 155 ◦ green 71 ◦ blue 119

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

Shades of Royal Heath #9B4777

Tints of Royal Heath #9B4777

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 34.49%

R = 44.93%
G = 20.58%
B = 34.49%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.23

 K value IS 0.39

RGB Variations

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

Color information

#9B4777 (or 0x9B4777) is known color: Royal Heath. HEX triplet: 9B, 47 and 77. RGB value is (155,71,119). Sum of RGB (Red+Green+Blue) = 155+71+119=345 (45% of max value = 765). Red value is 155 (60.94% from 255 or 44.93% from 345); Green value is 71 (28.12% from 255 or 20.58% from 345); Blue value is 119 (46.88% from 255 or 34.49% from 345); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4777 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B4777 is #64B888. Grayscale: #656565. Windows color (decimal): -6600841 or 7817115. OLE color: 7817115.

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

Color convert

RGB 155 71 119 -
CMYK 0 0.54 0.23 0.39
HSL 325.71º 0.37% 0.44% -
HSV(B) 325.71º 0.54% 0.61% -
XYZ 19.1 12.81 18.92 -
YUV 101.59 137.83 166.1 -
System Red Green Blue C M Y K H S L
Decimal 155 71 119 0 0.54 0.23 0.39 325.71 0.37 0.44
Hex 9B 47 77 0 36 17 27 146 25 2C
Octal 233 107 167 0 66 27 47 506 45 54
Binary 10011011 1000111 1110111 0 110110 10111 100111 101000110 100101 101100

Color Harmonies of #9B4777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B4777

Black with #9B4777

Text Example


Text Example

White with #9B4777

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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