Html Css Color HEX #8F7CDB Medium Purple

📋 copy color: '#8F7CDB'

red 143 ◦ green 124 ◦ blue 219

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

Shades of Medium Purple #8F7CDB

Tints of Medium Purple #8F7CDB

RGB

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

 GREEN value IS 124 (48.83% from 255) = 25.51%

 BLUE value IS 219 (85.94% from 255) = 45.06%

R = 29.42%
G = 25.51%
B = 45.06%

CMYK

 C value IS 0.35

 M value IS 0.43

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8F7CDB (or 0x8F7CDB) is known color: Medium Purple. HEX triplet: 8F, 7C and DB. RGB value is (143,124,219). Sum of RGB (Red+Green+Blue) = 143+124+219=486 (64% of max value = 765). Red value is 143 (56.25% from 255 or 29.42% from 486); Green value is 124 (48.83% from 255 or 25.51% from 486); Blue value is 219 (85.94% from 255 or 45.06% from 486); Max value from RGB is 219 - color contains mainly: blue. Hex color #8F7CDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F7CDB is #708324. Grayscale: #8C8C8C. Windows color (decimal): -7373605 or 14384271. OLE color: 14384271.

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

Color convert

RGB 143 124 219 -
CMYK 0.35 0.43 0 0.14
HSL 252º 0.57% 0.67% -
HSV(B) 252º 0.43% 0.86% -
XYZ 31.32 25.37 70.26 -
YUV 140.51 172.29 129.78 -
System Red Green Blue C M Y K H S L
Decimal 143 124 219 0.35 0.43 0 0.14 252 0.57 0.67
Hex 8F 7C DB 23 2B 0 E FC 39 43
Octal 217 174 333 43 53 0 16 374 71 103
Binary 10001111 1111100 11011011 100011 101011 0 1110 11111100 111001 1000011

Color Harmonies of #8F7CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F7CDB

Black with #8F7CDB

Text Example


Text Example

White with #8F7CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,124,219); }

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

background-color css

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

 a { background-color: rgb(143,124,219); }

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

border-color css

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

 span { border-color: rgb(143,124,219); }

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