Html Css Color HEX #8F7BDB Medium Purple

📋 copy color: '#8F7BDB'

red 143 ◦ green 123 ◦ blue 219

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

Shades of Medium Purple #8F7BDB

Tints of Medium Purple #8F7BDB

RGB

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

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

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

R = 29.48%
G = 25.36%
B = 45.15%

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

#8F7BDB (or 0x8F7BDB) is known color: Medium Purple. HEX triplet: 8F, 7B and DB. RGB value is (143,123,219). Sum of RGB (Red+Green+Blue) = 143+123+219=485 (64% of max value = 765). Red value is 143 (56.25% from 255 or 29.48% from 485); Green value is 123 (48.44% from 255 or 25.36% from 485); Blue value is 219 (85.94% from 255 or 45.15% from 485); Max value from RGB is 219 - color contains mainly: blue. Hex color #8F7BDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F7BDB is #708424. Grayscale: #8B8B8B. Windows color (decimal): -7373861 or 14384015. OLE color: 14384015.

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

Color convert

RGB 143 123 219 -
CMYK 0.35 0.44 0 0.14
HSL 252.5º 0.57% 0.67% -
HSV(B) 252.5º 0.44% 0.86% -
XYZ 31.2 25.12 70.22 -
YUV 139.92 172.63 130.19 -
System Red Green Blue C M Y K H S L
Decimal 143 123 219 0.35 0.44 0 0.14 252.5 0.57 0.67
Hex 8F 7B DB 23 2C 0 E FD 39 43
Octal 217 173 333 43 54 0 16 375 71 103
Binary 10001111 1111011 11011011 100011 101100 0 1110 11111101 111001 1000011

Color Harmonies of #8F7BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F7BDB

Black with #8F7BDB

Text Example


Text Example

White with #8F7BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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