Html Css Color HEX #8E3B6D Cadillac

📋 copy color: '#8E3B6D'

red 142 ◦ green 59 ◦ blue 109

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

Shades of Cadillac #8E3B6D

Tints of Cadillac #8E3B6D

RGB

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

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

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

R = 45.81%
G = 19.03%
B = 35.16%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.23

 K value IS 0.44

RGB Variations

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

Color information

#8E3B6D (or 0x8E3B6D) is known color: Cadillac. HEX triplet: 8E, 3B and 6D. RGB value is (142,59,109). Sum of RGB (Red+Green+Blue) = 142+59+109=310 (41% of max value = 765). Red value is 142 (55.86% from 255 or 45.81% from 310); Green value is 59 (23.44% from 255 or 19.03% from 310); Blue value is 109 (42.97% from 255 or 35.16% from 310); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3B6D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E3B6D is #71C492. Grayscale: #595959. Windows color (decimal): -7455891 or 7158670. OLE color: 7158670.

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

Color convert

RGB 142 59 109 -
CMYK 0 0.58 0.23 0.44
HSL 323.86º 0.41% 0.39% -
HSV(B) 323.86º 0.58% 0.56% -
XYZ 15.48 9.98 15.58 -
YUV 89.52 139 165.43 -
System Red Green Blue C M Y K H S L
Decimal 142 59 109 0 0.58 0.23 0.44 323.86 0.41 0.39
Hex 8E 3B 6D 0 3A 17 2C 144 29 27
Octal 216 73 155 0 72 27 54 504 51 47
Binary 10001110 111011 1101101 0 111010 10111 101100 101000100 101001 100111

Color Harmonies of #8E3B6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E3B6D

Black with #8E3B6D

Text Example


Text Example

White with #8E3B6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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