#9A3D63

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

Shades of Cadillac #9A3D63

Tints of Cadillac #9A3D63

Color information

#9A3D63 (or 0x9A3D63) is unknown color: approx Cadillac. HEX triplet: 9A, 3D and 63. RGB value is (154,61,99). Sum of RGB (Red+Green+Blue) = 154+61+99=314 (41% of max value = 765). Red value is 154 (60.55% from 255 or 49.04% from 314); Green value is 61 (24.22% from 255 or 19.43% from 314); Blue value is 99 (39.06% from 255 or 31.53% from 314); Max value from RGB is 154 - color contains mainly: red. Hex color #9A3D63 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A3D63 is #65C29C. Grayscale: #5D5D5D. Windows color (decimal): -6668957 or 6503834. OLE color: 6503834.

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

Color convert

RGB1546199-
CMYK00.600.360.40
HSL335.48º43.26%42.16%-
HSV(B)335.48º60.39%60.39%-
XYZ17.2511.1113.04-
YUV93.14131.31171.41-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 49.04%
GREEN value IS 61 (24.22% from 255) = 19.43%
BLUE value IS 99 (39.06% from 255) = 31.53%
R=49.04%
G=19.43%
B=31.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.36
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154619900.600.360.40335.4843.2642.16
Hex9A3D6303C242814f2b2a
Octal2327514307444505175352
Binary1001101011110111000110111100100100101000101001111101011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A3D63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,61,99); }

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

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

 a { background-color: rgb(154,61,99); }

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

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

 span { border-color: rgb(154,61,99); }

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