#943F76

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

Shades of Cadillac #943F76

Tints of Cadillac #943F76

Color information

#943F76 (or 0x943F76) is unknown color: approx Cadillac. HEX triplet: 94, 3F and 76. RGB value is (148,63,118). Sum of RGB (Red+Green+Blue) = 148+63+118=329 (43% of max value = 765). Red value is 148 (58.20% from 255 or 44.98% from 329); Green value is 63 (25% from 255 or 19.15% from 329); Blue value is 118 (46.48% from 255 or 35.87% from 329); Max value from RGB is 148 - color contains mainly: red. Hex color #943F76 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #943F76 is #6BC089. Grayscale: #5E5E5E. Windows color (decimal): -7061642 or 7749524. OLE color: 7749524.

HSL color Cylindrical-coordinate representation of color #943F76: hue angle of 321.18º degrees, saturation: 0.4, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #943F76 is Cyan = 0, Magento = 0.57, Yellow = 0.20 and Black (K on CMYK) = 0.42.

Color convert

RGB14863118-
CMYK00.570.200.42
HSL321.18º40.28%41.37%-
HSV(B)321.18º57.43%58.04%-
XYZ17.2611.1618.38-
YUV94.68141.16166.03-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 44.98%
GREEN value IS 63 (25% from 255) = 19.15%
BLUE value IS 118 (46.48% from 255) = 35.87%
R=44.98%
G=19.15%
B=35.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.20
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1486311800.570.200.42321.1840.2841.37
Hex943F76039142A1412829
Octal2247716607124525015051
Binary100101001111111110110011100110100101010101000001101000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #943F76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #943F76; }

 p { color: rgb(148,63,118); }

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

<style>
 a { background-color: #943F76; }

 a { background-color: rgb(148,63,118); }

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

<style>
 span { border-color: #943F76; }

 span { border-color: rgb(148,63,118); }

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