Html Css Color HEX #8F7BDC Medium Purple

📋 copy color: '#8F7BDC'

red 143 ◦ green 123 ◦ blue 220

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

Shades of Medium Purple #8F7BDC

Tints of Medium Purple #8F7BDC

RGB

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

 GREEN value IS 123 (48.44% from 255) = 25.31%

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

R = 29.42%
G = 25.31%
B = 45.27%

CMYK

 C value IS 0.35

 M value IS 0.44

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8F7BDC (or 0x8F7BDC) is known color: Medium Purple. HEX triplet: 8F, 7B and DC. RGB value is (143,123,220). Sum of RGB (Red+Green+Blue) = 143+123+220=486 (64% of max value = 765). Red value is 143 (56.25% from 255 or 29.42% from 486); Green value is 123 (48.44% from 255 or 25.31% from 486); Blue value is 220 (86.33% from 255 or 45.27% from 486); Max value from RGB is 220 - color contains mainly: blue. Hex color #8F7BDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F7BDC is #708423. Grayscale: #8B8B8B. Windows color (decimal): -7373860 or 14449551. OLE color: 14449551.

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

Color convert

RGB 143 123 220 -
CMYK 0.35 0.44 0 0.14
HSL 252.37º 0.58% 0.67% -
HSV(B) 252.37º 0.44% 0.86% -
XYZ 31.33 25.17 70.92 -
YUV 140.04 173.13 130.11 -
System Red Green Blue C M Y K H S L
Decimal 143 123 220 0.35 0.44 0 0.14 252.37 0.58 0.67
Hex 8F 7B DC 23 2C 0 E FC 3A 43
Octal 217 173 334 43 54 0 16 374 72 103
Binary 10001111 1111011 11011100 100011 101100 0 1110 11111100 111010 1000011

Color Harmonies of #8F7BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F7BDC

Black with #8F7BDC

Text Example


Text Example

White with #8F7BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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