Html Css Color HEX #9D4E72 Cadillac

📋 copy color: '#9D4E72'

red 157 ◦ green 78 ◦ blue 114

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

Shades of Cadillac #9D4E72

Tints of Cadillac #9D4E72

RGB

 RED value IS 157 (61.72% from 255) = 44.99%

 GREEN value IS 78 (30.86% from 255) = 22.35%

 BLUE value IS 114 (44.92% from 255) = 32.66%

R = 44.99%
G = 22.35%
B = 32.66%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.27

 K value IS 0.38

RGB Variations

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

Color information

#9D4E72 (or 0x9D4E72) is known color: Cadillac. HEX triplet: 9D, 4E and 72. RGB value is (157,78,114). Sum of RGB (Red+Green+Blue) = 157+78+114=349 (46% of max value = 765). Red value is 157 (61.72% from 255 or 44.99% from 349); Green value is 78 (30.86% from 255 or 22.35% from 349); Blue value is 114 (44.92% from 255 or 32.66% from 349); Max value from RGB is 157 - color contains mainly: red. Hex color #9D4E72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D4E72 is #62B18D. Grayscale: #696969. Windows color (decimal): -6467982 or 7491229. OLE color: 7491229.

HSL color Cylindrical-coordinate representation of color #9D4E72: hue angle of 332.66º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9D4E72 is Cyan = 0, Magento = 0.50, Yellow = 0.27 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 78 114 -
CMYK 0 0.50 0.27 0.38
HSL 332.66º 0.34% 0.46% -
HSV(B) 332.66º 0.5% 0.62% -
XYZ 19.67 13.83 17.55 -
YUV 105.73 132.67 164.57 -
System Red Green Blue C M Y K H S L
Decimal 157 78 114 0 0.50 0.27 0.38 332.66 0.34 0.46
Hex 9D 4E 72 0 32 1B 26 14D 22 2E
Octal 235 116 162 0 62 33 46 515 42 56
Binary 10011101 1001110 1110010 0 110010 11011 100110 101001101 100010 101110

Color Harmonies of #9D4E72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D4E72

Black with #9D4E72

Text Example


Text Example

White with #9D4E72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,78,114); }

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

background-color css

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

 a { background-color: rgb(157,78,114); }

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

border-color css

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

 span { border-color: rgb(157,78,114); }

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