Html Css Color HEX #9C417A Royal Heath

📋 copy color: '#9C417A'

red 156 ◦ green 65 ◦ blue 122

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

Shades of Royal Heath #9C417A

Tints of Royal Heath #9C417A

RGB

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

 GREEN value IS 65 (25.78% from 255) = 18.95%

 BLUE value IS 122 (48.05% from 255) = 35.57%

R = 45.48%
G = 18.95%
B = 35.57%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.22

 K value IS 0.39

RGB Variations

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

Color information

#9C417A (or 0x9C417A) is known color: Royal Heath. HEX triplet: 9C, 41 and 7A. RGB value is (156,65,122). Sum of RGB (Red+Green+Blue) = 156+65+122=343 (45% of max value = 765). Red value is 156 (61.33% from 255 or 45.48% from 343); Green value is 65 (25.78% from 255 or 18.95% from 343); Blue value is 122 (48.05% from 255 or 35.57% from 343); Max value from RGB is 156 - color contains mainly: red. Hex color #9C417A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C417A is #63BE85. Grayscale: #626262. Windows color (decimal): -6536838 or 8012188. OLE color: 8012188.

HSL color Cylindrical-coordinate representation of color #9C417A: hue angle of 322.42º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9C417A is Cyan = 0, Magento = 0.58, Yellow = 0.22 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 65 122 -
CMYK 0 0.58 0.22 0.39
HSL 322.42º 0.41% 0.43% -
HSV(B) 322.42º 0.58% 0.61% -
XYZ 19.11 12.25 19.77 -
YUV 98.71 141.15 168.87 -
System Red Green Blue C M Y K H S L
Decimal 156 65 122 0 0.58 0.22 0.39 322.42 0.41 0.43
Hex 9C 41 7A 0 3A 16 27 142 29 2B
Octal 234 101 172 0 72 26 47 502 51 53
Binary 10011100 1000001 1111010 0 111010 10110 100111 101000010 101001 101011

Color Harmonies of #9C417A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C417A

Black with #9C417A

Text Example


Text Example

White with #9C417A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,65,122); }

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

background-color css

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

 a { background-color: rgb(156,65,122); }

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

border-color css

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

 span { border-color: rgb(156,65,122); }

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