Html Css Color HEX #9C467B Royal Heath

📋 copy color: '#9C467B'

red 156 ◦ green 70 ◦ blue 123

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

Shades of Royal Heath #9C467B

Tints of Royal Heath #9C467B

RGB

 RED value IS 156 (61.33% from 255) = 44.7%

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

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

R = 44.7%
G = 20.06%
B = 35.24%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.21

 K value IS 0.39

RGB Variations

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

Color information

#9C467B (or 0x9C467B) is known color: Royal Heath. HEX triplet: 9C, 46 and 7B. RGB value is (156,70,123). Sum of RGB (Red+Green+Blue) = 156+70+123=349 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.70% from 349); Green value is 70 (27.73% from 255 or 20.06% from 349); Blue value is 123 (48.44% from 255 or 35.24% from 349); Max value from RGB is 156 - color contains mainly: red. Hex color #9C467B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C467B is #63B984. Grayscale: #656565. Windows color (decimal): -6535557 or 8079004. OLE color: 8079004.

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

Color convert

RGB 156 70 123 -
CMYK 0 0.55 0.21 0.39
HSL 323.02º 0.38% 0.44% -
HSV(B) 323.02º 0.55% 0.61% -
XYZ 19.48 12.88 20.2 -
YUV 101.76 139.99 166.69 -
System Red Green Blue C M Y K H S L
Decimal 156 70 123 0 0.55 0.21 0.39 323.02 0.38 0.44
Hex 9C 46 7B 0 37 15 27 143 26 2C
Octal 234 106 173 0 67 25 47 503 46 54
Binary 10011100 1000110 1111011 0 110111 10101 100111 101000011 100110 101100

Color Harmonies of #9C467B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C467B

Black with #9C467B

Text Example


Text Example

White with #9C467B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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