Html Css Color HEX #8E4366 Cadillac

📋 copy color: '#8E4366'

red 142 ◦ green 67 ◦ blue 102

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

Shades of Cadillac #8E4366

Tints of Cadillac #8E4366

RGB

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

 GREEN value IS 67 (26.56% from 255) = 21.54%

 BLUE value IS 102 (40.23% from 255) = 32.8%

R = 45.66%
G = 21.54%
B = 32.8%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.28

 K value IS 0.44

RGB Variations

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

Color information

#8E4366 (or 0x8E4366) is known color: Cadillac. HEX triplet: 8E, 43 and 66. RGB value is (142,67,102). Sum of RGB (Red+Green+Blue) = 142+67+102=311 (41% of max value = 765). Red value is 142 (55.86% from 255 or 45.66% from 311); Green value is 67 (26.56% from 255 or 21.54% from 311); Blue value is 102 (40.23% from 255 or 32.80% from 311); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4366 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E4366 is #71BC99. Grayscale: #5D5D5D. Windows color (decimal): -7453850 or 6701966. OLE color: 6701966.

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

Color convert

RGB 142 67 102 -
CMYK 0 0.53 0.28 0.44
HSL 332º 0.36% 0.41% -
HSV(B) 332º 0.53% 0.56% -
XYZ 15.56 10.72 13.82 -
YUV 93.42 132.85 162.65 -
System Red Green Blue C M Y K H S L
Decimal 142 67 102 0 0.53 0.28 0.44 332 0.36 0.41
Hex 8E 43 66 0 35 1C 2C 14C 24 29
Octal 216 103 146 0 65 34 54 514 44 51
Binary 10001110 1000011 1100110 0 110101 11100 101100 101001100 100100 101001

Color Harmonies of #8E4366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E4366

Black with #8E4366

Text Example


Text Example

White with #8E4366

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,67,102); }

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

background-color css

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

 a { background-color: rgb(142,67,102); }

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

border-color css

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

 span { border-color: rgb(142,67,102); }

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