Html Css Color HEX #8C7ADC Medium Purple

📋 copy color: '#8C7ADC'

red 140 ◦ green 122 ◦ blue 220

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

Shades of Medium Purple #8C7ADC

Tints of Medium Purple #8C7ADC

RGB

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

 GREEN value IS 122 (48.05% from 255) = 25.31%

 BLUE value IS 220 (86.33% from 255) = 45.64%

R = 29.05%
G = 25.31%
B = 45.64%

CMYK

 C value IS 0.36

 M value IS 0.45

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8C7ADC (or 0x8C7ADC) is known color: Medium Purple. HEX triplet: 8C, 7A and DC. RGB value is (140,122,220). Sum of RGB (Red+Green+Blue) = 140+122+220=482 (63% of max value = 765). Red value is 140 (55.08% from 255 or 29.05% from 482); Green value is 122 (48.05% from 255 or 25.31% from 482); Blue value is 220 (86.33% from 255 or 45.64% from 482); Max value from RGB is 220 - color contains mainly: blue. Hex color #8C7ADC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C7ADC is #738523. Grayscale: #8A8A8A. Windows color (decimal): -7570724 or 14449292. OLE color: 14449292.

HSL color Cylindrical-coordinate representation of color #8C7ADC: hue angle of 251.02º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8C7ADC is Cyan = 0.36, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 140 122 220 -
CMYK 0.36 0.45 0 0.14
HSL 251.02º 0.58% 0.67% -
HSV(B) 251.02º 0.45% 0.86% -
XYZ 30.69 24.66 70.85 -
YUV 138.55 173.96 129.03 -
System Red Green Blue C M Y K H S L
Decimal 140 122 220 0.36 0.45 0 0.14 251.02 0.58 0.67
Hex 8C 7A DC 24 2D 0 E FB 3A 43
Octal 214 172 334 44 55 0 16 373 72 103
Binary 10001100 1111010 11011100 100100 101101 0 1110 11111011 111010 1000011

Color Harmonies of #8C7ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C7ADC

Black with #8C7ADC

Text Example


Text Example

White with #8C7ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,122,220); }

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

background-color css

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

 a { background-color: rgb(140,122,220); }

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

border-color css

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

 span { border-color: rgb(140,122,220); }

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