#9a4d75

Color #9A4D75 Cadillac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cadillac #9A4D75

Tints of Cadillac #9A4D75

Color information

#9A4D75 (or 0x9A4D75) is unknown color: approx Cadillac. HEX triplet: 9A, 4D and 75. RGB value is (154,77,117). Sum of RGB (Red+Green+Blue) = 154+77+117=348 (46% of max value = 765). Red value is 154 (60.55% from 255 or 44.25% from 348); Green value is 77 (30.47% from 255 or 22.13% from 348); Blue value is 117 (46.09% from 255 or 33.62% from 348); Max value from RGB is 154 - color contains mainly: red. Hex color #9A4D75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A4D75 is #65B28A. Grayscale: #686868. Windows color (decimal): -6664843 or 7687578. OLE color: 7687578.

HSL color Cylindrical-coordinate representation of color #9A4D75: hue angle of 328.83º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9A4D75 is Cyan = 0, Magento = 0.50, Yellow = 0.24 and Black (K on CMYK) = 0.40.

Color convert

RGB15477117-
CMYK00.500.240.40
HSL328.83º33.33%45.29%-
HSV(B)328.83º50%60.39%-
XYZ19.1913.4618.42-
YUV104.58135.01163.25-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 44.25%
GREEN value IS 77 (30.47% from 255) = 22.13%
BLUE value IS 117 (46.09% from 255) = 33.62%
R=44.25%
G=22.13%
B=33.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.24
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1547711700.500.240.40328.8333.3345.29
Hex9A4D750321828149212d
Octal23211516506230505114155
Binary1001101010011011110101011001011000101000101001001100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9a4d75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,77,117); }

 H1.HeaderClassName
 {
   color: #9a4d75;
 }
 .AnyTagClassName
 {
   color: #9a4d75;
 }
</style>
background-color css

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

 a { background-color: rgb(154,77,117); }

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

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

 span { border-color: rgb(154,77,117); }

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