Html Css Color HEX #8D3F6C Cadillac

📋 copy color: '#8D3F6C'

red 141 ◦ green 63 ◦ blue 108

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

Shades of Cadillac #8D3F6C

Tints of Cadillac #8D3F6C

RGB

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

 GREEN value IS 63 (25% from 255) = 20.19%

 BLUE value IS 108 (42.58% from 255) = 34.62%

R = 45.19%
G = 20.19%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.23

 K value IS 0.45

RGB Variations

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

Color information

#8D3F6C (or 0x8D3F6C) is known color: Cadillac. HEX triplet: 8D, 3F and 6C. RGB value is (141,63,108). Sum of RGB (Red+Green+Blue) = 141+63+108=312 (41% of max value = 765). Red value is 141 (55.47% from 255 or 45.19% from 312); Green value is 63 (25% from 255 or 20.19% from 312); Blue value is 108 (42.58% from 255 or 34.62% from 312); Max value from RGB is 141 - color contains mainly: red. Hex color #8D3F6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D3F6C is #72C093. Grayscale: #5B5B5B. Windows color (decimal): -7520404 or 7094157. OLE color: 7094157.

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

Color convert

RGB 141 63 108 -
CMYK 0 0.55 0.23 0.45
HSL 325.38º 0.38% 0.4% -
HSV(B) 325.38º 0.55% 0.55% -
XYZ 15.47 10.3 15.36 -
YUV 91.45 137.34 163.34 -
System Red Green Blue C M Y K H S L
Decimal 141 63 108 0 0.55 0.23 0.45 325.38 0.38 0.4
Hex 8D 3F 6C 0 37 17 2D 145 26 28
Octal 215 77 154 0 67 27 55 505 46 50
Binary 10001101 111111 1101100 0 110111 10111 101101 101000101 100110 101000

Color Harmonies of #8D3F6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D3F6C

Black with #8D3F6C

Text Example


Text Example

White with #8D3F6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,63,108); }

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

background-color css

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

 a { background-color: rgb(141,63,108); }

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

border-color css

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

 span { border-color: rgb(141,63,108); }

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