Html Css Color HEX #8C7DDA Medium Purple

📋 copy color: '#8C7DDA'

red 140 ◦ green 125 ◦ blue 218

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

Shades of Medium Purple #8C7DDA

Tints of Medium Purple #8C7DDA

RGB

 RED value IS 140 (55.08% from 255) = 28.99%

 GREEN value IS 125 (49.22% from 255) = 25.88%

 BLUE value IS 218 (85.55% from 255) = 45.13%

R = 28.99%
G = 25.88%
B = 45.13%

CMYK

 C value IS 0.36

 M value IS 0.43

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#8C7DDA (or 0x8C7DDA) is known color: Medium Purple. HEX triplet: 8C, 7D and DA. RGB value is (140,125,218). Sum of RGB (Red+Green+Blue) = 140+125+218=483 (63% of max value = 765). Red value is 140 (55.08% from 255 or 28.99% from 483); Green value is 125 (49.22% from 255 or 25.88% from 483); Blue value is 218 (85.55% from 255 or 45.13% from 483); Max value from RGB is 218 - color contains mainly: blue. Hex color #8C7DDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C7DDA is #738225. Grayscale: #8B8B8B. Windows color (decimal): -7569958 or 14318988. OLE color: 14318988.

HSL color Cylindrical-coordinate representation of color #8C7DDA: hue angle of 249.68º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8C7DDA is Cyan = 0.36, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 140 125 218 -
CMYK 0.36 0.43 0 0.15
HSL 249.68º 0.56% 0.67% -
HSV(B) 249.68º 0.43% 0.85% -
XYZ 30.8 25.3 69.59 -
YUV 140.09 171.97 127.94 -
System Red Green Blue C M Y K H S L
Decimal 140 125 218 0.36 0.43 0 0.15 249.68 0.56 0.67
Hex 8C 7D DA 24 2B 0 F FA 38 43
Octal 214 175 332 44 53 0 17 372 70 103
Binary 10001100 1111101 11011010 100100 101011 0 1111 11111010 111000 1000011

Color Harmonies of #8C7DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C7DDA

Black with #8C7DDA

Text Example


Text Example

White with #8C7DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,125,218); }

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

background-color css

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

 a { background-color: rgb(140,125,218); }

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

border-color css

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

 span { border-color: rgb(140,125,218); }

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