Html Css Color HEX #8D3C69 Cadillac

📋 copy color: '#8D3C69'

red 141 ◦ green 60 ◦ blue 105

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

Shades of Cadillac #8D3C69

Tints of Cadillac #8D3C69

RGB

 RED value IS 141 (55.47% from 255) = 46.08%

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

 BLUE value IS 105 (41.41% from 255) = 34.31%

R = 46.08%
G = 19.61%
B = 34.31%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.26

 K value IS 0.45

RGB Variations

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

Color information

#8D3C69 (or 0x8D3C69) is known color: Cadillac. HEX triplet: 8D, 3C and 69. RGB value is (141,60,105). Sum of RGB (Red+Green+Blue) = 141+60+105=306 (40% of max value = 765). Red value is 141 (55.47% from 255 or 46.08% from 306); Green value is 60 (23.83% from 255 or 19.61% from 306); Blue value is 105 (41.41% from 255 or 34.31% from 306); Max value from RGB is 141 - color contains mainly: red. Hex color #8D3C69 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D3C69 is #72C396. Grayscale: #595959. Windows color (decimal): -7521175 or 6896781. OLE color: 6896781.

HSL color Cylindrical-coordinate representation of color #8D3C69: hue angle of 326.67º degrees, saturation: 0.4, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8D3C69 is Cyan = 0, Magento = 0.57, Yellow = 0.26 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 60 105 -
CMYK 0 0.57 0.26 0.45
HSL 326.67º 0.4% 0.39% -
HSV(B) 326.67º 0.57% 0.55% -
XYZ 15.15 9.91 14.48 -
YUV 89.35 136.84 164.84 -
System Red Green Blue C M Y K H S L
Decimal 141 60 105 0 0.57 0.26 0.45 326.67 0.4 0.39
Hex 8D 3C 69 0 39 1A 2D 147 28 27
Octal 215 74 151 0 71 32 55 507 50 47
Binary 10001101 111100 1101001 0 111001 11010 101101 101000111 101000 100111

Color Harmonies of #8D3C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D3C69

Black with #8D3C69

Text Example


Text Example

White with #8D3C69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,60,105); }

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

background-color css

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

 a { background-color: rgb(141,60,105); }

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

border-color css

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

 span { border-color: rgb(141,60,105); }

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