Html Css Color HEX #8E3C6F Cadillac

📋 copy color: '#8E3C6F'

red 142 ◦ green 60 ◦ blue 111

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

Shades of Cadillac #8E3C6F

Tints of Cadillac #8E3C6F

RGB

 RED value IS 142 (55.86% from 255) = 45.37%

 GREEN value IS 60 (23.83% from 255) = 19.17%

 BLUE value IS 111 (43.75% from 255) = 35.46%

R = 45.37%
G = 19.17%
B = 35.46%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.22

 K value IS 0.44

RGB Variations

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

Color information

#8E3C6F (or 0x8E3C6F) is known color: Cadillac. HEX triplet: 8E, 3C and 6F. RGB value is (142,60,111). Sum of RGB (Red+Green+Blue) = 142+60+111=313 (41% of max value = 765). Red value is 142 (55.86% from 255 or 45.37% from 313); Green value is 60 (23.83% from 255 or 19.17% from 313); Blue value is 111 (43.75% from 255 or 35.46% from 313); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3C6F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E3C6F is #71C390. Grayscale: #5A5A5A. Windows color (decimal): -7455633 or 7289998. OLE color: 7289998.

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

Color convert

RGB 142 60 111 -
CMYK 0 0.58 0.22 0.44
HSL 322.68º 0.41% 0.4% -
HSV(B) 322.68º 0.58% 0.56% -
XYZ 15.64 10.13 16.17 -
YUV 90.33 139.67 164.85 -
System Red Green Blue C M Y K H S L
Decimal 142 60 111 0 0.58 0.22 0.44 322.68 0.41 0.4
Hex 8E 3C 6F 0 3A 16 2C 143 29 28
Octal 216 74 157 0 72 26 54 503 51 50
Binary 10001110 111100 1101111 0 111010 10110 101100 101000011 101001 101000

Color Harmonies of #8E3C6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E3C6F

Black with #8E3C6F

Text Example


Text Example

White with #8E3C6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,60,111); }

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

background-color css

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

 a { background-color: rgb(142,60,111); }

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

border-color css

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

 span { border-color: rgb(142,60,111); }

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