Html Css Color HEX #8E3B66 Cadillac

📋 copy color: '#8E3B66'

red 142 ◦ green 59 ◦ blue 102

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

Shades of Cadillac #8E3B66

Tints of Cadillac #8E3B66

RGB

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

 GREEN value IS 59 (23.44% from 255) = 19.47%

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

R = 46.86%
G = 19.47%
B = 33.66%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.28

 K value IS 0.44

RGB Variations

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

Color information

#8E3B66 (or 0x8E3B66) is known color: Cadillac. HEX triplet: 8E, 3B and 66. RGB value is (142,59,102). Sum of RGB (Red+Green+Blue) = 142+59+102=303 (40% of max value = 765). Red value is 142 (55.86% from 255 or 46.86% from 303); Green value is 59 (23.44% from 255 or 19.47% from 303); Blue value is 102 (40.23% from 255 or 33.66% from 303); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3B66 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E3B66 is #71C499. Grayscale: #585858. Windows color (decimal): -7455898 or 6699918. OLE color: 6699918.

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

Color convert

RGB 142 59 102 -
CMYK 0 0.58 0.28 0.44
HSL 328.92º 0.41% 0.39% -
HSV(B) 328.92º 0.58% 0.56% -
XYZ 15.12 9.84 13.67 -
YUV 88.72 135.5 166 -
System Red Green Blue C M Y K H S L
Decimal 142 59 102 0 0.58 0.28 0.44 328.92 0.41 0.39
Hex 8E 3B 66 0 3A 1C 2C 149 29 27
Octal 216 73 146 0 72 34 54 511 51 47
Binary 10001110 111011 1100110 0 111010 11100 101100 101001001 101001 100111

Color Harmonies of #8E3B66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E3B66

Black with #8E3B66

Text Example


Text Example

White with #8E3B66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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