Html Css Color HEX #8F7DDB Medium Purple

📋 copy color: '#8F7DDB'

red 143 ◦ green 125 ◦ blue 219

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

Shades of Medium Purple #8F7DDB

Tints of Medium Purple #8F7DDB

RGB

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

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

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

R = 29.36%
G = 25.67%
B = 44.97%

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

#8F7DDB (or 0x8F7DDB) is known color: Medium Purple. HEX triplet: 8F, 7D and DB. RGB value is (143,125,219). Sum of RGB (Red+Green+Blue) = 143+125+219=487 (64% of max value = 765). Red value is 143 (56.25% from 255 or 29.36% from 487); Green value is 125 (49.22% from 255 or 25.67% from 487); Blue value is 219 (85.94% from 255 or 44.97% from 487); Max value from RGB is 219 - color contains mainly: blue. Hex color #8F7DDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F7DDB is #708224. Grayscale: #8C8C8C. Windows color (decimal): -7373349 or 14384527. OLE color: 14384527.

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

Color convert

RGB 143 125 219 -
CMYK 0.35 0.43 0 0.14
HSL 251.49º 0.57% 0.67% -
HSV(B) 251.49º 0.43% 0.86% -
XYZ 31.45 25.62 70.31 -
YUV 141.1 171.96 129.36 -
System Red Green Blue C M Y K H S L
Decimal 143 125 219 0.35 0.43 0 0.14 251.49 0.57 0.67
Hex 8F 7D DB 23 2B 0 E FB 39 43
Octal 217 175 333 43 53 0 16 373 71 103
Binary 10001111 1111101 11011011 100011 101011 0 1110 11111011 111001 1000011

Color Harmonies of #8F7DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F7DDB

Black with #8F7DDB

Text Example


Text Example

White with #8F7DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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