#8F3F70

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

Shades of Cadillac #8F3F70

Tints of Cadillac #8F3F70

Color information

#8F3F70 (or 0x8F3F70) is unknown color: approx Cadillac. HEX triplet: 8F, 3F and 70. RGB value is (143,63,112). Sum of RGB (Red+Green+Blue) = 143+63+112=318 (42% of max value = 765). Red value is 143 (56.25% from 255 or 44.97% from 318); Green value is 63 (25% from 255 or 19.81% from 318); Blue value is 112 (44.14% from 255 or 35.22% from 318); Max value from RGB is 143 - color contains mainly: red. Hex color #8F3F70 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F3F70 is #70C08F. Grayscale: #5C5C5C. Windows color (decimal): -7389328 or 7356303. OLE color: 7356303.

HSL color Cylindrical-coordinate representation of color #8F3F70: hue angle of 323.25º degrees, saturation: 0.39, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8F3F70 is Cyan = 0, Magento = 0.56, Yellow = 0.22 and Black (K on CMYK) = 0.44.

Color convert

RGB14363112-
CMYK00.560.220.44
HSL323.25º38.83%40.39%-
HSV(B)323.25º55.94%56.08%-
XYZ16.0310.5616.52-
YUV92.51139164.02-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 44.97%
GREEN value IS 63 (25% from 255) = 19.81%
BLUE value IS 112 (44.14% from 255) = 35.22%
R=44.97%
G=19.81%
B=35.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.22
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1436311200.560.220.44323.2538.8340.39
Hex8F3F70038162C1432728
Octal2177716007026545034750
Binary100011111111111110000011100010110101100101000011100111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F3F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,63,112); }

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

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

 a { background-color: rgb(143,63,112); }

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

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

 span { border-color: rgb(143,63,112); }

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