Html Css Color HEX #9E4E72 Cadillac

📋 copy color: '#9E4E72'

red 158 ◦ green 78 ◦ blue 114

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

Shades of Cadillac #9E4E72

Tints of Cadillac #9E4E72

RGB

 RED value IS 158 (62.11% from 255) = 45.14%

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

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

R = 45.14%
G = 22.29%
B = 32.57%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.28

 K value IS 0.38

RGB Variations

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

Color information

#9E4E72 (or 0x9E4E72) is known color: Cadillac. HEX triplet: 9E, 4E and 72. RGB value is (158,78,114). Sum of RGB (Red+Green+Blue) = 158+78+114=350 (46% of max value = 765). Red value is 158 (62.11% from 255 or 45.14% from 350); Green value is 78 (30.86% from 255 or 22.29% from 350); Blue value is 114 (44.92% from 255 or 32.57% from 350); Max value from RGB is 158 - color contains mainly: red. Hex color #9E4E72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E4E72 is #61B18D. Grayscale: #696969. Windows color (decimal): -6402446 or 7491230. OLE color: 7491230.

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

Color convert

RGB 158 78 114 -
CMYK 0 0.51 0.28 0.38
HSL 333º 0.34% 0.46% -
HSV(B) 333º 0.51% 0.62% -
XYZ 19.86 13.93 17.56 -
YUV 106.02 132.5 165.07 -
System Red Green Blue C M Y K H S L
Decimal 158 78 114 0 0.51 0.28 0.38 333 0.34 0.46
Hex 9E 4E 72 0 33 1C 26 14D 22 2E
Octal 236 116 162 0 63 34 46 515 42 56
Binary 10011110 1001110 1110010 0 110011 11100 100110 101001101 100010 101110

Color Harmonies of #9E4E72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E4E72

Black with #9E4E72

Text Example


Text Example

White with #9E4E72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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