Html Css Color HEX #9B487C Royal Heath

📋 copy color: '#9B487C'

red 155 ◦ green 72 ◦ blue 124

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

Shades of Royal Heath #9B487C

Tints of Royal Heath #9B487C

RGB

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

 GREEN value IS 72 (28.52% from 255) = 20.51%

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

R = 44.16%
G = 20.51%
B = 35.33%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.2

 K value IS 0.39

RGB Variations

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

Color information

#9B487C (or 0x9B487C) is known color: Royal Heath. HEX triplet: 9B, 48 and 7C. RGB value is (155,72,124). Sum of RGB (Red+Green+Blue) = 155+72+124=351 (46% of max value = 765). Red value is 155 (60.94% from 255 or 44.16% from 351); Green value is 72 (28.52% from 255 or 20.51% from 351); Blue value is 124 (48.83% from 255 or 35.33% from 351); Max value from RGB is 155 - color contains mainly: red. Hex color #9B487C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B487C is #64B783. Grayscale: #666666. Windows color (decimal): -6600580 or 8145051. OLE color: 8145051.

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

Color convert

RGB 155 72 124 -
CMYK 0 0.54 0.2 0.39
HSL 322.41º 0.37% 0.45% -
HSV(B) 322.41º 0.54% 0.61% -
XYZ 19.47 13.06 20.56 -
YUV 102.75 140 165.27 -
System Red Green Blue C M Y K H S L
Decimal 155 72 124 0 0.54 0.2 0.39 322.41 0.37 0.45
Hex 9B 48 7C 0 36 14 27 142 25 2D
Octal 233 110 174 0 66 24 47 502 45 55
Binary 10011011 1001000 1111100 0 110110 10100 100111 101000010 100101 101101

Color Harmonies of #9B487C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B487C

Black with #9B487C

Text Example


Text Example

White with #9B487C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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