Html Css Color HEX #8F7ADC Medium Purple

📋 copy color: '#8F7ADC'

red 143 ◦ green 122 ◦ blue 220

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

Shades of Medium Purple #8F7ADC

Tints of Medium Purple #8F7ADC

RGB

 RED value IS 143 (56.25% from 255) = 29.48%

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

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

R = 29.48%
G = 25.15%
B = 45.36%

CMYK

 C value IS 0.35

 M value IS 0.45

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8F7ADC (or 0x8F7ADC) is known color: Medium Purple. HEX triplet: 8F, 7A and DC. RGB value is (143,122,220). Sum of RGB (Red+Green+Blue) = 143+122+220=485 (64% of max value = 765). Red value is 143 (56.25% from 255 or 29.48% from 485); Green value is 122 (48.05% from 255 or 25.15% from 485); Blue value is 220 (86.33% from 255 or 45.36% from 485); Max value from RGB is 220 - color contains mainly: blue. Hex color #8F7ADC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F7ADC is #708523. Grayscale: #8B8B8B. Windows color (decimal): -7374116 or 14449295. OLE color: 14449295.

HSL color Cylindrical-coordinate representation of color #8F7ADC: hue angle of 252.86º 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 #8F7ADC is Cyan = 0.35, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 143 122 220 -
CMYK 0.35 0.45 0 0.14
HSL 252.86º 0.58% 0.67% -
HSV(B) 252.86º 0.45% 0.86% -
XYZ 31.21 24.93 70.88 -
YUV 139.45 173.46 130.53 -
System Red Green Blue C M Y K H S L
Decimal 143 122 220 0.35 0.45 0 0.14 252.86 0.58 0.67
Hex 8F 7A DC 23 2D 0 E FD 3A 43
Octal 217 172 334 43 55 0 16 375 72 103
Binary 10001111 1111010 11011100 100011 101101 0 1110 11111101 111010 1000011

Color Harmonies of #8F7ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F7ADC

Black with #8F7ADC

Text Example


Text Example

White with #8F7ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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