Html Css Color HEX #9B467C Royal Heath

📋 copy color: '#9B467C'

red 155 ◦ green 70 ◦ blue 124

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

Shades of Royal Heath #9B467C

Tints of Royal Heath #9B467C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 35.53%

R = 44.41%
G = 20.06%
B = 35.53%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.2

 K value IS 0.39

RGB Variations

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

Color information

#9B467C (or 0x9B467C) is known color: Royal Heath. HEX triplet: 9B, 46 and 7C. RGB value is (155,70,124). Sum of RGB (Red+Green+Blue) = 155+70+124=349 (46% of max value = 765). Red value is 155 (60.94% from 255 or 44.41% from 349); Green value is 70 (27.73% from 255 or 20.06% from 349); Blue value is 124 (48.83% from 255 or 35.53% from 349); Max value from RGB is 155 - color contains mainly: red. Hex color #9B467C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B467C is #64B983. Grayscale: #656565. Windows color (decimal): -6601092 or 8144539. OLE color: 8144539.

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

Color convert

RGB 155 70 124 -
CMYK 0 0.55 0.2 0.39
HSL 321.88º 0.38% 0.44% -
HSV(B) 321.88º 0.55% 0.61% -
XYZ 19.35 12.8 20.52 -
YUV 101.57 140.66 166.11 -
System Red Green Blue C M Y K H S L
Decimal 155 70 124 0 0.55 0.2 0.39 321.88 0.38 0.44
Hex 9B 46 7C 0 37 14 27 142 26 2C
Octal 233 106 174 0 67 24 47 502 46 54
Binary 10011011 1000110 1111100 0 110111 10100 100111 101000010 100110 101100

Color Harmonies of #9B467C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B467C

Black with #9B467C

Text Example


Text Example

White with #9B467C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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