Html Css Color HEX #9C457B Royal Heath

📋 copy color: '#9C457B'

red 156 ◦ green 69 ◦ blue 123

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

Shades of Royal Heath #9C457B

Tints of Royal Heath #9C457B

RGB

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

 GREEN value IS 69 (27.34% from 255) = 19.83%

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

R = 44.83%
G = 19.83%
B = 35.34%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.21

 K value IS 0.39

RGB Variations

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

Color information

#9C457B (or 0x9C457B) is known color: Royal Heath. HEX triplet: 9C, 45 and 7B. RGB value is (156,69,123). Sum of RGB (Red+Green+Blue) = 156+69+123=348 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.83% from 348); Green value is 69 (27.34% from 255 or 19.83% from 348); Blue value is 123 (48.44% from 255 or 35.34% from 348); Max value from RGB is 156 - color contains mainly: red. Hex color #9C457B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C457B is #63BA84. Grayscale: #656565. Windows color (decimal): -6535813 or 8078748. OLE color: 8078748.

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

Color convert

RGB 156 69 123 -
CMYK 0 0.56 0.21 0.39
HSL 322.76º 0.39% 0.44% -
HSV(B) 322.76º 0.56% 0.61% -
XYZ 19.41 12.75 20.18 -
YUV 101.17 140.32 167.11 -
System Red Green Blue C M Y K H S L
Decimal 156 69 123 0 0.56 0.21 0.39 322.76 0.39 0.44
Hex 9C 45 7B 0 38 15 27 143 27 2C
Octal 234 105 173 0 70 25 47 503 47 54
Binary 10011100 1000101 1111011 0 111000 10101 100111 101000011 100111 101100

Color Harmonies of #9C457B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C457B

Black with #9C457B

Text Example


Text Example

White with #9C457B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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