Html Css Color HEX #8F6CDD Medium Purple

📋 copy color: '#8F6CDD'

red 143 ◦ green 108 ◦ blue 221

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

Shades of Medium Purple #8F6CDD

Tints of Medium Purple #8F6CDD

RGB

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

 GREEN value IS 108 (42.58% from 255) = 22.88%

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

R = 30.3%
G = 22.88%
B = 46.82%

CMYK

 C value IS 0.35

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8F6CDD (or 0x8F6CDD) is known color: Medium Purple. HEX triplet: 8F, 6C and DD. RGB value is (143,108,221). Sum of RGB (Red+Green+Blue) = 143+108+221=472 (62% of max value = 765). Red value is 143 (56.25% from 255 or 30.30% from 472); Green value is 108 (42.58% from 255 or 22.88% from 472); Blue value is 221 (86.72% from 255 or 46.82% from 472); Max value from RGB is 221 - color contains mainly: blue. Hex color #8F6CDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F6CDD is #709322. Grayscale: #828282. Windows color (decimal): -7377699 or 14511247. OLE color: 14511247.

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

Color convert

RGB 143 108 221 -
CMYK 0.35 0.51 0 0.13
HSL 258.58º 0.62% 0.65% -
HSV(B) 258.58º 0.51% 0.87% -
XYZ 29.74 21.79 71.04 -
YUV 131.35 178.6 136.31 -
System Red Green Blue C M Y K H S L
Decimal 143 108 221 0.35 0.51 0 0.13 258.58 0.62 0.65
Hex 8F 6C DD 23 33 0 D 103 3E 41
Octal 217 154 335 43 63 0 15 403 76 101
Binary 10001111 1101100 11011101 100011 110011 0 1101 100000011 111110 1000001

Color Harmonies of #8F6CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F6CDD

Black with #8F6CDD

Text Example


Text Example

White with #8F6CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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