Html Css Color HEX #9C4C7B Royal Heath

📋 copy color: '#9C4C7B'

red 156 ◦ green 76 ◦ blue 123

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

Shades of Royal Heath #9C4C7B

Tints of Royal Heath #9C4C7B

RGB

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

 GREEN value IS 76 (30.08% from 255) = 21.41%

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

R = 43.94%
G = 21.41%
B = 34.65%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.21

 K value IS 0.39

RGB Variations

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

Color information

#9C4C7B (or 0x9C4C7B) is known color: Royal Heath. HEX triplet: 9C, 4C and 7B. RGB value is (156,76,123). Sum of RGB (Red+Green+Blue) = 156+76+123=355 (47% of max value = 765). Red value is 156 (61.33% from 255 or 43.94% from 355); Green value is 76 (30.08% from 255 or 21.41% from 355); Blue value is 123 (48.44% from 255 or 34.65% from 355); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4C7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C4C7B is #63B384. Grayscale: #696969. Windows color (decimal): -6534021 or 8080540. OLE color: 8080540.

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

Color convert

RGB 156 76 123 -
CMYK 0 0.51 0.21 0.39
HSL 324.75º 0.34% 0.45% -
HSV(B) 324.75º 0.51% 0.61% -
XYZ 19.87 13.67 20.33 -
YUV 105.28 138 164.18 -
System Red Green Blue C M Y K H S L
Decimal 156 76 123 0 0.51 0.21 0.39 324.75 0.34 0.45
Hex 9C 4C 7B 0 33 15 27 145 22 2D
Octal 234 114 173 0 63 25 47 505 42 55
Binary 10011100 1001100 1111011 0 110011 10101 100111 101000101 100010 101101

Color Harmonies of #9C4C7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C4C7B

Black with #9C4C7B

Text Example


Text Example

White with #9C4C7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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