Html Css Color HEX #8F7BDD Medium Purple

📋 copy color: '#8F7BDD'

red 143 ◦ green 123 ◦ blue 221

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

Shades of Medium Purple #8F7BDD

Tints of Medium Purple #8F7BDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 45.38%

R = 29.36%
G = 25.26%
B = 45.38%

CMYK

 C value IS 0.35

 M value IS 0.44

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8F7BDD (or 0x8F7BDD) is known color: Medium Purple. HEX triplet: 8F, 7B and DD. RGB value is (143,123,221). Sum of RGB (Red+Green+Blue) = 143+123+221=487 (64% of max value = 765). Red value is 143 (56.25% from 255 or 29.36% from 487); Green value is 123 (48.44% from 255 or 25.26% from 487); Blue value is 221 (86.72% from 255 or 45.38% from 487); Max value from RGB is 221 - color contains mainly: blue. Hex color #8F7BDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F7BDD is #708422. Grayscale: #8B8B8B. Windows color (decimal): -7373859 or 14515087. OLE color: 14515087.

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

Color convert

RGB 143 123 221 -
CMYK 0.35 0.44 0 0.13
HSL 252.24º 0.59% 0.67% -
HSV(B) 252.24º 0.44% 0.87% -
XYZ 31.46 25.23 71.62 -
YUV 140.15 173.63 130.03 -
System Red Green Blue C M Y K H S L
Decimal 143 123 221 0.35 0.44 0 0.13 252.24 0.59 0.67
Hex 8F 7B DD 23 2C 0 D FC 3B 43
Octal 217 173 335 43 54 0 15 374 73 103
Binary 10001111 1111011 11011101 100011 101100 0 1101 11111100 111011 1000011

Color Harmonies of #8F7BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F7BDD

Black with #8F7BDD

Text Example


Text Example

White with #8F7BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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