#9A496E

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

Shades of Cadillac #9A496E

Tints of Cadillac #9A496E

Color information

#9A496E (or 0x9A496E) is unknown color: approx Cadillac. HEX triplet: 9A, 49 and 6E. RGB value is (154,73,110). Sum of RGB (Red+Green+Blue) = 154+73+110=337 (44% of max value = 765). Red value is 154 (60.55% from 255 or 45.70% from 337); Green value is 73 (28.91% from 255 or 21.66% from 337); Blue value is 110 (43.36% from 255 or 32.64% from 337); Max value from RGB is 154 - color contains mainly: red. Hex color #9A496E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A496E is #65B691. Grayscale: #656565. Windows color (decimal): -6665874 or 7227802. OLE color: 7227802.

HSL color Cylindrical-coordinate representation of color #9A496E: hue angle of 332.59º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9A496E is Cyan = 0, Magento = 0.53, Yellow = 0.29 and Black (K on CMYK) = 0.40.

Color convert

RGB15473110-
CMYK00.530.290.40
HSL332.59º35.68%44.51%-
HSV(B)332.59º52.6%60.39%-
XYZ18.5212.7616.24-
YUV101.44132.84165.49-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 45.70%
GREEN value IS 73 (28.91% from 255) = 21.66%
BLUE value IS 110 (43.36% from 255) = 32.64%
R=45.70%
G=21.66%
B=32.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.29
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1547311000.530.290.40332.5935.6844.51
Hex9A496E0351D2814d242d
Octal23211115606535505154455
Binary1001101010010011101110011010111101101000101001101100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A496E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,73,110); }

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

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

 a { background-color: rgb(154,73,110); }

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

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

 span { border-color: rgb(154,73,110); }

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