#8F4168

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

Shades of Cadillac #8F4168

Tints of Cadillac #8F4168

Color information

#8F4168 (or 0x8F4168) is unknown color: approx Cadillac. HEX triplet: 8F, 41 and 68. RGB value is (143,65,104). Sum of RGB (Red+Green+Blue) = 143+65+104=312 (41% of max value = 765). Red value is 143 (56.25% from 255 or 45.83% from 312); Green value is 65 (25.78% from 255 or 20.83% from 312); Blue value is 104 (41.02% from 255 or 33.33% from 312); Max value from RGB is 143 - color contains mainly: red. Hex color #8F4168 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F4168 is #70BE97. Grayscale: #5C5C5C. Windows color (decimal): -7388824 or 6832527. OLE color: 6832527.

HSL color Cylindrical-coordinate representation of color #8F4168: hue angle of 330º 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 #8F4168 is Cyan = 0, Magento = 0.55, Yellow = 0.27 and Black (K on CMYK) = 0.44.

Color convert

RGB14365104-
CMYK00.550.270.44
HSL330º37.5%40.78%-
HSV(B)330º54.55%56.08%-
XYZ15.7210.6214.32-
YUV92.77134.34163.83-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 45.83%
GREEN value IS 65 (25.78% from 255) = 20.83%
BLUE value IS 104 (41.02% from 255) = 33.33%
R=45.83%
G=20.83%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.27
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1436510400.550.270.4433037.540.78
Hex8F41680371B2C14a2629
Octal21710115006733545124651
Binary1000111110000011101000011011111011101100101001010100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F4168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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