#8F396D

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

Shades of Cadillac #8F396D

Tints of Cadillac #8F396D

Color information

#8F396D (or 0x8F396D) is unknown color: approx Cadillac. HEX triplet: 8F, 39 and 6D. RGB value is (143,57,109). Sum of RGB (Red+Green+Blue) = 143+57+109=309 (40% of max value = 765). Red value is 143 (56.25% from 255 or 46.28% from 309); Green value is 57 (22.66% from 255 or 18.45% from 309); Blue value is 109 (42.97% from 255 or 35.28% from 309); Max value from RGB is 143 - color contains mainly: red. Hex color #8F396D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F396D is #70C692. Grayscale: #585858. Windows color (decimal): -7390867 or 7158159. OLE color: 7158159.

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

Color convert

RGB14357109-
CMYK00.600.240.44
HSL323.72º43%39.22%-
HSV(B)323.72º60.14%56.08%-
XYZ15.559.8715.55-
YUV88.64139.49166.77-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 46.28%
GREEN value IS 57 (22.66% from 255) = 18.45%
BLUE value IS 109 (42.97% from 255) = 35.28%
R=46.28%
G=18.45%
B=35.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.24
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1435710900.600.240.44323.724339.22
Hex8F396D03C182C1442b27
Octal2177115507430545045347
Binary100011111110011101101011110011000101100101000100101011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F396D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,57,109); }

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

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

 a { background-color: rgb(143,57,109); }

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

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

 span { border-color: rgb(143,57,109); }

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