Html Css Color HEX #8F4070 Cadillac

📋 copy color: '#8F4070'

red 143 ◦ green 64 ◦ blue 112

#8F4070
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cadillac #8F4070

Tints of Cadillac #8F4070

RGB

 RED value IS 143 (56.25% from 255) = 44.83%

 GREEN value IS 64 (25.39% from 255) = 20.06%

 BLUE value IS 112 (44.14% from 255) = 35.11%

R = 44.83%
G = 20.06%
B = 35.11%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.22

 K value IS 0.44

RGB Variations

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

Color information

#8F4070 (or 0x8F4070) is known color: Cadillac. HEX triplet: 8F, 40 and 70. RGB value is (143,64,112). Sum of RGB (Red+Green+Blue) = 143+64+112=319 (42% of max value = 765). Red value is 143 (56.25% from 255 or 44.83% from 319); Green value is 64 (25.39% from 255 or 20.06% from 319); Blue value is 112 (44.14% from 255 or 35.11% from 319); Max value from RGB is 143 - color contains mainly: red. Hex color #8F4070 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F4070 is #70BF8F. Grayscale: #5C5C5C. Windows color (decimal): -7389072 or 7356559. OLE color: 7356559.

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

Color convert

RGB 143 64 112 -
CMYK 0 0.55 0.22 0.44
HSL 323.54º 0.38% 0.41% -
HSV(B) 323.54º 0.55% 0.56% -
XYZ 16.09 10.68 16.54 -
YUV 93.09 138.67 163.6 -
System Red Green Blue C M Y K H S L
Decimal 143 64 112 0 0.55 0.22 0.44 323.54 0.38 0.41
Hex 8F 40 70 0 37 16 2C 144 26 29
Octal 217 100 160 0 67 26 54 504 46 51
Binary 10001111 1000000 1110000 0 110111 10110 101100 101000100 100110 101001

Color Harmonies of #8F4070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F4070

Black with #8F4070

Text Example


Text Example

White with #8F4070

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8F4070;
 }
 .AnyTagClassName
 {
   color: #8F4070;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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