Html Css Color HEX #9C4678 Royal Heath

📋 copy color: '#9C4678'

red 156 ◦ green 70 ◦ blue 120

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

Shades of Royal Heath #9C4678

Tints of Royal Heath #9C4678

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 34.68%

R = 45.09%
G = 20.23%
B = 34.68%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.23

 K value IS 0.39

RGB Variations

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

Color information

#9C4678 (or 0x9C4678) is known color: Royal Heath. HEX triplet: 9C, 46 and 78. RGB value is (156,70,120). Sum of RGB (Red+Green+Blue) = 156+70+120=346 (45% of max value = 765). Red value is 156 (61.33% from 255 or 45.09% from 346); Green value is 70 (27.73% from 255 or 20.23% from 346); Blue value is 120 (47.27% from 255 or 34.68% from 346); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4678 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C4678 is #63B987. Grayscale: #656565. Windows color (decimal): -6535560 or 7882396. OLE color: 7882396.

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

Color convert

RGB 156 70 120 -
CMYK 0 0.55 0.23 0.39
HSL 325.12º 0.38% 0.44% -
HSV(B) 325.12º 0.55% 0.61% -
XYZ 19.29 12.8 19.22 -
YUV 101.41 138.49 166.93 -
System Red Green Blue C M Y K H S L
Decimal 156 70 120 0 0.55 0.23 0.39 325.12 0.38 0.44
Hex 9C 46 78 0 37 17 27 145 26 2C
Octal 234 106 170 0 67 27 47 505 46 54
Binary 10011100 1000110 1111000 0 110111 10111 100111 101000101 100110 101100

Color Harmonies of #9C4678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C4678

Black with #9C4678

Text Example


Text Example

White with #9C4678

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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