Html Css Color HEX #9B447A Royal Heath

📋 copy color: '#9B447A'

red 155 ◦ green 68 ◦ blue 122

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

Shades of Royal Heath #9B447A

Tints of Royal Heath #9B447A

RGB

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

 GREEN value IS 68 (26.95% from 255) = 19.71%

 BLUE value IS 122 (48.05% from 255) = 35.36%

R = 44.93%
G = 19.71%
B = 35.36%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.21

 K value IS 0.39

RGB Variations

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

Color information

#9B447A (or 0x9B447A) is known color: Royal Heath. HEX triplet: 9B, 44 and 7A. RGB value is (155,68,122). Sum of RGB (Red+Green+Blue) = 155+68+122=345 (45% of max value = 765). Red value is 155 (60.94% from 255 or 44.93% from 345); Green value is 68 (26.95% from 255 or 19.71% from 345); Blue value is 122 (48.05% from 255 or 35.36% from 345); Max value from RGB is 155 - color contains mainly: red. Hex color #9B447A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B447A is #64BB85. Grayscale: #646464. Windows color (decimal): -6601606 or 8012955. OLE color: 8012955.

HSL color Cylindrical-coordinate representation of color #9B447A: hue angle of 322.76º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9B447A is Cyan = 0, Magento = 0.56, Yellow = 0.21 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 68 122 -
CMYK 0 0.56 0.21 0.39
HSL 322.76º 0.39% 0.44% -
HSV(B) 322.76º 0.56% 0.61% -
XYZ 19.1 12.51 19.82 -
YUV 100.17 140.32 167.11 -
System Red Green Blue C M Y K H S L
Decimal 155 68 122 0 0.56 0.21 0.39 322.76 0.39 0.44
Hex 9B 44 7A 0 38 15 27 143 27 2C
Octal 233 104 172 0 70 25 47 503 47 54
Binary 10011011 1000100 1111010 0 111000 10101 100111 101000011 100111 101100

Color Harmonies of #9B447A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B447A

Black with #9B447A

Text Example


Text Example

White with #9B447A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,68,122); }

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

background-color css

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

 a { background-color: rgb(155,68,122); }

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

border-color css

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

 span { border-color: rgb(155,68,122); }

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