#9B4679

Color #9B4679 Royal Heath (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Heath #9B4679

Tints of Royal Heath #9B4679

Color information

#9B4679 (or 0x9B4679) is unknown color: approx Royal Heath. HEX triplet: 9B, 46 and 79. RGB value is (155,70,121). Sum of RGB (Red+Green+Blue) = 155+70+121=346 (45% of max value = 765). Red value is 155 (60.94% from 255 or 44.80% from 346); Green value is 70 (27.73% from 255 or 20.23% from 346); Blue value is 121 (47.66% from 255 or 34.97% from 346); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4679 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B4679 is #64B986. Grayscale: #656565. Windows color (decimal): -6601095 or 7947931. OLE color: 7947931.

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

Color convert

RGB15570121-
CMYK00.550.220.39
HSL324º37.78%44.12%-
HSV(B)324º54.84%60.78%-
XYZ19.1612.7319.54-
YUV101.23139.16166.35-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 44.80%
GREEN value IS 70 (27.73% from 255) = 20.23%
BLUE value IS 121 (47.66% from 255) = 34.97%
R=44.80%
G=20.23%
B=34.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.22
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1557012100.550.220.3932437.7844.12
Hex9B46790371627144262c
Octal23310617106726475044654
Binary1001101110001101111001011011110110100111101000100100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B4679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,70,121); }

 H1.HeaderClassName
 {
   color: #9B4679;
 }
 .AnyTagClassName
 {
   color: #9B4679;
 }
</style>
background-color css

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

 a { background-color: rgb(155,70,121); }

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

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

 span { border-color: rgb(155,70,121); }

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