#8F416E

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

Shades of Cadillac #8F416E

Tints of Cadillac #8F416E

Color information

#8F416E (or 0x8F416E) is unknown color: approx Cadillac. HEX triplet: 8F, 41 and 6E. RGB value is (143,65,110). Sum of RGB (Red+Green+Blue) = 143+65+110=318 (42% of max value = 765). Red value is 143 (56.25% from 255 or 44.97% from 318); Green value is 65 (25.78% from 255 or 20.44% from 318); Blue value is 110 (43.36% from 255 or 34.59% from 318); Max value from RGB is 143 - color contains mainly: red. Hex color #8F416E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F416E is #70BE91. Grayscale: #5D5D5D. Windows color (decimal): -7388818 or 7225743. OLE color: 7225743.

HSL color Cylindrical-coordinate representation of color #8F416E: hue angle of 325.38º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8F416E is Cyan = 0, Magento = 0.55, Yellow = 0.23 and Black (K on CMYK) = 0.44.

Color convert

RGB14365110-
CMYK00.550.230.44
HSL325.38º37.5%40.78%-
HSV(B)325.38º54.55%56.08%-
XYZ16.0310.7515.98-
YUV93.45137.34163.34-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 44.97%
GREEN value IS 65 (25.78% from 255) = 20.44%
BLUE value IS 110 (43.36% from 255) = 34.59%
R=44.97%
G=20.44%
B=34.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.23
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1436511000.550.230.44325.3837.540.78
Hex8F416E037172C1452629
Octal21710115606727545054651
Binary1000111110000011101110011011110111101100101000101100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F416E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8F416E; }

 p { color: rgb(143,65,110); }

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

<style>
 a { background-color: #8F416E; }

 a { background-color: rgb(143,65,110); }

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

<style>
 span { border-color: #8F416E; }

 span { border-color: rgb(143,65,110); }

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