Html Css Color HEX #8E3C60 Cadillac

📋 copy color: '#8E3C60'

red 142 ◦ green 60 ◦ blue 96

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

Shades of Cadillac #8E3C60

Tints of Cadillac #8E3C60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 32.21%

R = 47.65%
G = 20.13%
B = 32.21%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.32

 K value IS 0.44

RGB Variations

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

Color information

#8E3C60 (or 0x8E3C60) is known color: Cadillac. HEX triplet: 8E, 3C and 60. RGB value is (142,60,96). Sum of RGB (Red+Green+Blue) = 142+60+96=298 (39% of max value = 765). Red value is 142 (55.86% from 255 or 47.65% from 298); Green value is 60 (23.83% from 255 or 20.13% from 298); Blue value is 96 (37.89% from 255 or 32.21% from 298); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3C60 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E3C60 is #71C39F. Grayscale: #585858. Windows color (decimal): -7455648 or 6306958. OLE color: 6306958.

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

Color convert

RGB 142 60 96 -
CMYK 0 0.58 0.32 0.44
HSL 333.66º 0.41% 0.4% -
HSV(B) 333.66º 0.58% 0.56% -
XYZ 14.88 9.83 12.18 -
YUV 88.62 132.17 166.07 -
System Red Green Blue C M Y K H S L
Decimal 142 60 96 0 0.58 0.32 0.44 333.66 0.41 0.4
Hex 8E 3C 60 0 3A 20 2C 14E 29 28
Octal 216 74 140 0 72 40 54 516 51 50
Binary 10001110 111100 1100000 0 111010 100000 101100 101001110 101001 101000

Color Harmonies of #8E3C60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E3C60

Black with #8E3C60

Text Example


Text Example

White with #8E3C60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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