Html Css Color HEX #8E396D Cadillac

📋 copy color: '#8E396D'

red 142 ◦ green 57 ◦ blue 109

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

Shades of Cadillac #8E396D

Tints of Cadillac #8E396D

RGB

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

 GREEN value IS 57 (22.66% from 255) = 18.51%

 BLUE value IS 109 (42.97% from 255) = 35.39%

R = 46.1%
G = 18.51%
B = 35.39%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.23

 K value IS 0.44

RGB Variations

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

Color information

#8E396D (or 0x8E396D) is known color: Cadillac. HEX triplet: 8E, 39 and 6D. RGB value is (142,57,109). Sum of RGB (Red+Green+Blue) = 142+57+109=308 (40% of max value = 765). Red value is 142 (55.86% from 255 or 46.10% from 308); Green value is 57 (22.66% from 255 or 18.51% from 308); Blue value is 109 (42.97% from 255 or 35.39% from 308); Max value from RGB is 142 - color contains mainly: red. Hex color #8E396D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E396D is #71C692. Grayscale: #585858. Windows color (decimal): -7456403 or 7158158. OLE color: 7158158.

HSL color Cylindrical-coordinate representation of color #8E396D: hue angle of 323.29º degrees, saturation: 0.43, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8E396D is Cyan = 0, Magento = 0.60, Yellow = 0.23 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 57 109 -
CMYK 0 0.60 0.23 0.44
HSL 323.29º 0.43% 0.39% -
HSV(B) 323.29º 0.6% 0.56% -
XYZ 15.38 9.78 15.55 -
YUV 88.34 139.66 166.27 -
System Red Green Blue C M Y K H S L
Decimal 142 57 109 0 0.60 0.23 0.44 323.29 0.43 0.39
Hex 8E 39 6D 0 3C 17 2C 143 2B 27
Octal 216 71 155 0 74 27 54 503 53 47
Binary 10001110 111001 1101101 0 111100 10111 101100 101000011 101011 100111

Color Harmonies of #8E396D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E396D

Black with #8E396D

Text Example


Text Example

White with #8E396D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,57,109); }

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

background-color css

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

 a { background-color: rgb(142,57,109); }

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

border-color css

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

 span { border-color: rgb(142,57,109); }

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