Html Css Color HEX #8F4071 Cadillac

📋 copy color: '#8F4071'

red 143 ◦ green 64 ◦ blue 113

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

Shades of Cadillac #8F4071

Tints of Cadillac #8F4071

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 35.31%

R = 44.69%
G = 20%
B = 35.31%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.21

 K value IS 0.44

RGB Variations

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

Color information

#8F4071 (or 0x8F4071) is known color: Cadillac. HEX triplet: 8F, 40 and 71. RGB value is (143,64,113). Sum of RGB (Red+Green+Blue) = 143+64+113=320 (42% of max value = 765). Red value is 143 (56.25% from 255 or 44.69% from 320); Green value is 64 (25.39% from 255 or 20% from 320); Blue value is 113 (44.53% from 255 or 35.31% from 320); Max value from RGB is 143 - color contains mainly: red. Hex color #8F4071 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F4071 is #70BF8E. Grayscale: #5D5D5D. Windows color (decimal): -7389071 or 7422095. OLE color: 7422095.

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

Color convert

RGB 143 64 113 -
CMYK 0 0.55 0.21 0.44
HSL 322.78º 0.38% 0.41% -
HSV(B) 322.78º 0.55% 0.56% -
XYZ 16.14 10.7 16.84 -
YUV 93.21 139.17 163.52 -
System Red Green Blue C M Y K H S L
Decimal 143 64 113 0 0.55 0.21 0.44 322.78 0.38 0.41
Hex 8F 40 71 0 37 15 2C 143 26 29
Octal 217 100 161 0 67 25 54 503 46 51
Binary 10001111 1000000 1110001 0 110111 10101 101100 101000011 100110 101001

Color Harmonies of #8F4071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F4071

Black with #8F4071

Text Example


Text Example

White with #8F4071

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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