#8F396A

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

Shades of Cadillac #8F396A

Tints of Cadillac #8F396A

Color information

#8F396A (or 0x8F396A) is unknown color: approx Cadillac. HEX triplet: 8F, 39 and 6A. RGB value is (143,57,106). Sum of RGB (Red+Green+Blue) = 143+57+106=306 (40% of max value = 765). Red value is 143 (56.25% from 255 or 46.73% from 306); Green value is 57 (22.66% from 255 or 18.63% from 306); Blue value is 106 (41.80% from 255 or 34.64% from 306); Max value from RGB is 143 - color contains mainly: red. Hex color #8F396A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F396A is #70C695. Grayscale: #585858. Windows color (decimal): -7390870 or 6961551. OLE color: 6961551.

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

Color convert

RGB14357106-
CMYK00.600.260.44
HSL325.81º43%39.22%-
HSV(B)325.81º60.14%56.08%-
XYZ15.399.8114.72-
YUV88.3137.99167.02-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 46.73%
GREEN value IS 57 (22.66% from 255) = 18.63%
BLUE value IS 106 (41.80% from 255) = 34.64%
R=46.73%
G=18.63%
B=34.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.26
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1435710600.600.260.44325.814339.22
Hex8F396A03C1A2C1462b27
Octal2177115207432545065347
Binary100011111110011101010011110011010101100101000110101011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F396A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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