Html Css Color HEX #9B4B78 Royal Heath

📋 copy color: '#9B4B78'

red 155 ◦ green 75 ◦ blue 120

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

Shades of Royal Heath #9B4B78

Tints of Royal Heath #9B4B78

RGB

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

 GREEN value IS 75 (29.69% from 255) = 21.43%

 BLUE value IS 120 (47.27% from 255) = 34.29%

R = 44.29%
G = 21.43%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.23

 K value IS 0.39

RGB Variations

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

Color information

#9B4B78 (or 0x9B4B78) is known color: Royal Heath. HEX triplet: 9B, 4B and 78. RGB value is (155,75,120). Sum of RGB (Red+Green+Blue) = 155+75+120=350 (46% of max value = 765). Red value is 155 (60.94% from 255 or 44.29% from 350); Green value is 75 (29.69% from 255 or 21.43% from 350); Blue value is 120 (47.27% from 255 or 34.29% from 350); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4B78 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B4B78 is #64B487. Grayscale: #676767. Windows color (decimal): -6599816 or 7883675. OLE color: 7883675.

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

Color convert

RGB 155 75 120 -
CMYK 0 0.52 0.23 0.39
HSL 326.25º 0.35% 0.45% -
HSV(B) 326.25º 0.52% 0.61% -
XYZ 19.42 13.36 19.32 -
YUV 104.05 137 164.34 -
System Red Green Blue C M Y K H S L
Decimal 155 75 120 0 0.52 0.23 0.39 326.25 0.35 0.45
Hex 9B 4B 78 0 34 17 27 146 23 2D
Octal 233 113 170 0 64 27 47 506 43 55
Binary 10011011 1001011 1111000 0 110100 10111 100111 101000110 100011 101101

Color Harmonies of #9B4B78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B4B78

Black with #9B4B78

Text Example


Text Example

White with #9B4B78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,75,120); }

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

background-color css

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

 a { background-color: rgb(155,75,120); }

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

border-color css

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

 span { border-color: rgb(155,75,120); }

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