Html Css Color HEX #9B467B Royal Heath

📋 copy color: '#9B467B'

red 155 ◦ green 70 ◦ blue 123

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

Shades of Royal Heath #9B467B

Tints of Royal Heath #9B467B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 35.34%

R = 44.54%
G = 20.11%
B = 35.34%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.21

 K value IS 0.39

RGB Variations

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

Color information

#9B467B (or 0x9B467B) is known color: Royal Heath. HEX triplet: 9B, 46 and 7B. RGB value is (155,70,123). Sum of RGB (Red+Green+Blue) = 155+70+123=348 (46% of max value = 765). Red value is 155 (60.94% from 255 or 44.54% from 348); Green value is 70 (27.73% from 255 or 20.11% from 348); Blue value is 123 (48.44% from 255 or 35.34% from 348); Max value from RGB is 155 - color contains mainly: red. Hex color #9B467B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B467B is #64B984. Grayscale: #656565. Windows color (decimal): -6601093 or 8079003. OLE color: 8079003.

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

Color convert

RGB 155 70 123 -
CMYK 0 0.55 0.21 0.39
HSL 322.59º 0.38% 0.44% -
HSV(B) 322.59º 0.55% 0.61% -
XYZ 19.28 12.78 20.19 -
YUV 101.46 140.16 166.19 -
System Red Green Blue C M Y K H S L
Decimal 155 70 123 0 0.55 0.21 0.39 322.59 0.38 0.44
Hex 9B 46 7B 0 37 15 27 143 26 2C
Octal 233 106 173 0 67 25 47 503 46 54
Binary 10011011 1000110 1111011 0 110111 10101 100111 101000011 100110 101100

Color Harmonies of #9B467B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B467B

Black with #9B467B

Text Example


Text Example

White with #9B467B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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