#8F3E6A

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

Shades of Cadillac #8F3E6A

Tints of Cadillac #8F3E6A

Color information

#8F3E6A (or 0x8F3E6A) is unknown color: approx Cadillac. HEX triplet: 8F, 3E and 6A. RGB value is (143,62,106). Sum of RGB (Red+Green+Blue) = 143+62+106=311 (41% of max value = 765). Red value is 143 (56.25% from 255 or 45.98% from 311); Green value is 62 (24.61% from 255 or 19.94% from 311); Blue value is 106 (41.80% from 255 or 34.08% from 311); Max value from RGB is 143 - color contains mainly: red. Hex color #8F3E6A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F3E6A is #70C195. Grayscale: #5B5B5B. Windows color (decimal): -7389590 or 6962831. OLE color: 6962831.

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

Color convert

RGB14362106-
CMYK00.570.260.44
HSL327.41º39.51%40.2%-
HSV(B)327.41º56.64%56.08%-
XYZ15.6510.3314.8-
YUV91.24136.34164.92-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 45.98%
GREEN value IS 62 (24.61% from 255) = 19.94%
BLUE value IS 106 (41.80% from 255) = 34.08%
R=45.98%
G=19.94%
B=34.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.26
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1436210600.570.260.44327.4139.5140.2
Hex8F3E6A0391A2C1472828
Octal2177615207132545075050
Binary100011111111101101010011100111010101100101000111101000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F3E6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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