#963F73

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

Shades of Cadillac #963F73

Tints of Cadillac #963F73

Color information

#963F73 (or 0x963F73) is unknown color: approx Cadillac. HEX triplet: 96, 3F and 73. RGB value is (150,63,115). Sum of RGB (Red+Green+Blue) = 150+63+115=328 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.73% from 328); Green value is 63 (25% from 255 or 19.21% from 328); Blue value is 115 (45.31% from 255 or 35.06% from 328); Max value from RGB is 150 - color contains mainly: red. Hex color #963F73 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #963F73 is #69C08C. Grayscale: #5E5E5E. Windows color (decimal): -6930573 or 7552918. OLE color: 7552918.

HSL color Cylindrical-coordinate representation of color #963F73: hue angle of 324.14º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #963F73 is Cyan = 0, Magento = 0.58, Yellow = 0.23 and Black (K on CMYK) = 0.41.

Color convert

RGB15063115-
CMYK00.580.230.41
HSL324.14º40.85%41.76%-
HSV(B)324.14º58%58.82%-
XYZ17.4511.2817.48-
YUV94.94139.32167.27-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 45.73%
GREEN value IS 63 (25% from 255) = 19.21%
BLUE value IS 115 (45.31% from 255) = 35.06%
R=45.73%
G=19.21%
B=35.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.23
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1506311500.580.230.41324.1440.8541.76
Hex963F7303A1729144292a
Octal2267716307227515045152
Binary100101101111111110011011101010111101001101000100101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963F73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #963F73; }

 p { color: rgb(150,63,115); }

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

<style>
 a { background-color: #963F73; }

 a { background-color: rgb(150,63,115); }

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

<style>
 span { border-color: #963F73; }

 span { border-color: rgb(150,63,115); }

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