Html Css Color HEX #9B4679 Royal Heath

📋 copy color: '#9B4679'

red 155 ◦ green 70 ◦ blue 121

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

Shades of Royal Heath #9B4679

Tints of Royal Heath #9B4679

RGB

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

 GREEN value IS 70 (27.73% from 255) = 20.23%

 BLUE value IS 121 (47.66% from 255) = 34.97%

R = 44.8%
G = 20.23%
B = 34.97%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.22

 K value IS 0.39

RGB Variations

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

Color information

#9B4679 (or 0x9B4679) is known color: 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

RGB 155 70 121 -
CMYK 0 0.55 0.22 0.39
HSL 324º 0.38% 0.44% -
HSV(B) 324º 0.55% 0.61% -
XYZ 19.16 12.73 19.54 -
YUV 101.23 139.16 166.35 -
System Red Green Blue C M Y K H S L
Decimal 155 70 121 0 0.55 0.22 0.39 324 0.38 0.44
Hex 9B 46 79 0 37 16 27 144 26 2C
Octal 233 106 171 0 67 26 47 504 46 54
Binary 10011011 1000110 1111001 0 110111 10110 100111 101000100 100110 101100

Color Harmonies of #9B4679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B4679

Black with #9B4679

Text Example


Text Example

White with #9B4679

Text Example


Text Example

HTML Codes & Css Web 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>