Html Css Color HEX #9B447B Royal Heath

📋 copy color: '#9B447B'

red 155 ◦ green 68 ◦ blue 123

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

Shades of Royal Heath #9B447B

Tints of Royal Heath #9B447B

RGB

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

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

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

R = 44.8%
G = 19.65%
B = 35.55%

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

#9B447B (or 0x9B447B) is known color: Royal Heath. HEX triplet: 9B, 44 and 7B. RGB value is (155,68,123). Sum of RGB (Red+Green+Blue) = 155+68+123=346 (45% of max value = 765). Red value is 155 (60.94% from 255 or 44.80% from 346); Green value is 68 (26.95% from 255 or 19.65% from 346); Blue value is 123 (48.44% from 255 or 35.55% from 346); Max value from RGB is 155 - color contains mainly: red. Hex color #9B447B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B447B is #64BB84. Grayscale: #646464. Windows color (decimal): -6601605 or 8078491. OLE color: 8078491.

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

Color convert

RGB 155 68 123 -
CMYK 0 0.56 0.21 0.39
HSL 322.07º 0.39% 0.44% -
HSV(B) 322.07º 0.56% 0.61% -
XYZ 19.16 12.53 20.15 -
YUV 100.28 140.82 167.03 -
System Red Green Blue C M Y K H S L
Decimal 155 68 123 0 0.56 0.21 0.39 322.07 0.39 0.44
Hex 9B 44 7B 0 38 15 27 142 27 2C
Octal 233 104 173 0 70 25 47 502 47 54
Binary 10011011 1000100 1111011 0 111000 10101 100111 101000010 100111 101100

Color Harmonies of #9B447B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B447B

Black with #9B447B

Text Example


Text Example

White with #9B447B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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