Html Css Color HEX #9D467B Royal Heath

📋 copy color: '#9D467B'

red 157 ◦ green 70 ◦ blue 123

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

Shades of Royal Heath #9D467B

Tints of Royal Heath #9D467B

RGB

 RED value IS 157 (61.72% from 255) = 44.86%

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

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

R = 44.86%
G = 20%
B = 35.14%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.22

 K value IS 0.38

RGB Variations

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

Color information

#9D467B (or 0x9D467B) is known color: Royal Heath. HEX triplet: 9D, 46 and 7B. RGB value is (157,70,123). Sum of RGB (Red+Green+Blue) = 157+70+123=350 (46% of max value = 765). Red value is 157 (61.72% from 255 or 44.86% from 350); Green value is 70 (27.73% from 255 or 20% from 350); Blue value is 123 (48.44% from 255 or 35.14% from 350); Max value from RGB is 157 - color contains mainly: red. Hex color #9D467B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D467B is #62B984. Grayscale: #656565. Windows color (decimal): -6470021 or 8079005. OLE color: 8079005.

HSL color Cylindrical-coordinate representation of color #9D467B: hue angle of 323.45º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9D467B is Cyan = 0, Magento = 0.55, Yellow = 0.22 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 70 123 -
CMYK 0 0.55 0.22 0.38
HSL 323.45º 0.38% 0.45% -
HSV(B) 323.45º 0.55% 0.62% -
XYZ 19.67 12.98 20.21 -
YUV 102.06 139.82 167.19 -
System Red Green Blue C M Y K H S L
Decimal 157 70 123 0 0.55 0.22 0.38 323.45 0.38 0.45
Hex 9D 46 7B 0 37 16 26 143 26 2D
Octal 235 106 173 0 67 26 46 503 46 55
Binary 10011101 1000110 1111011 0 110111 10110 100110 101000011 100110 101101

Color Harmonies of #9D467B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D467B

Black with #9D467B

Text Example


Text Example

White with #9D467B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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