#8F396E

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

Shades of Cadillac #8F396E

Tints of Cadillac #8F396E

Color information

#8F396E (or 0x8F396E) is unknown color: approx Cadillac. HEX triplet: 8F, 39 and 6E. RGB value is (143,57,110). Sum of RGB (Red+Green+Blue) = 143+57+110=310 (41% of max value = 765). Red value is 143 (56.25% from 255 or 46.13% from 310); Green value is 57 (22.66% from 255 or 18.39% from 310); Blue value is 110 (43.36% from 255 or 35.48% from 310); Max value from RGB is 143 - color contains mainly: red. Hex color #8F396E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F396E is #70C691. Grayscale: #585858. Windows color (decimal): -7390866 or 7223695. OLE color: 7223695.

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

Color convert

RGB14357110-
CMYK00.600.230.44
HSL323.02º43%39.22%-
HSV(B)323.02º60.14%56.08%-
XYZ15.619.8915.84-
YUV88.76139.99166.69-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 46.13%
GREEN value IS 57 (22.66% from 255) = 18.39%
BLUE value IS 110 (43.36% from 255) = 35.48%
R=46.13%
G=18.39%
B=35.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.23
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1435711000.600.230.44323.024339.22
Hex8F396E03C172C1432b27
Octal2177115607427545035347
Binary100011111110011101110011110010111101100101000011101011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F396E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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