Html Css Color HEX #8E3C62 Cadillac

📋 copy color: '#8E3C62'

red 142 ◦ green 60 ◦ blue 98

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

Shades of Cadillac #8E3C62

Tints of Cadillac #8E3C62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 32.67%

R = 47.33%
G = 20%
B = 32.67%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.31

 K value IS 0.44

RGB Variations

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

Color information

#8E3C62 (or 0x8E3C62) is known color: Cadillac. HEX triplet: 8E, 3C and 62. RGB value is (142,60,98). Sum of RGB (Red+Green+Blue) = 142+60+98=300 (39% of max value = 765). Red value is 142 (55.86% from 255 or 47.33% from 300); Green value is 60 (23.83% from 255 or 20% from 300); Blue value is 98 (38.67% from 255 or 32.67% from 300); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3C62 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E3C62 is #71C39D. Grayscale: #585858. Windows color (decimal): -7455646 or 6438030. OLE color: 6438030.

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

Color convert

RGB 142 60 98 -
CMYK 0 0.58 0.31 0.44
HSL 332.2º 0.41% 0.4% -
HSV(B) 332.2º 0.58% 0.56% -
XYZ 14.98 9.86 12.67 -
YUV 88.85 133.17 165.91 -
System Red Green Blue C M Y K H S L
Decimal 142 60 98 0 0.58 0.31 0.44 332.2 0.41 0.4
Hex 8E 3C 62 0 3A 1F 2C 14C 29 28
Octal 216 74 142 0 72 37 54 514 51 50
Binary 10001110 111100 1100010 0 111010 11111 101100 101001100 101001 101000

Color Harmonies of #8E3C62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E3C62

Black with #8E3C62

Text Example


Text Example

White with #8E3C62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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