Html Css Color HEX #8F6BDE Medium Purple

📋 copy color: '#8F6BDE'

red 143 ◦ green 107 ◦ blue 222

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

Shades of Medium Purple #8F6BDE

Tints of Medium Purple #8F6BDE

RGB

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

 GREEN value IS 107 (42.19% from 255) = 22.67%

 BLUE value IS 222 (87.11% from 255) = 47.03%

R = 30.3%
G = 22.67%
B = 47.03%

CMYK

 C value IS 0.36

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8F6BDE (or 0x8F6BDE) is known color: Medium Purple. HEX triplet: 8F, 6B and DE. RGB value is (143,107,222). Sum of RGB (Red+Green+Blue) = 143+107+222=472 (62% of max value = 765). Red value is 143 (56.25% from 255 or 30.30% from 472); Green value is 107 (42.19% from 255 or 22.67% from 472); Blue value is 222 (87.11% from 255 or 47.03% from 472); Max value from RGB is 222 - color contains mainly: blue. Hex color #8F6BDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F6BDE is #709421. Grayscale: #828282. Windows color (decimal): -7377954 or 14576527. OLE color: 14576527.

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

Color convert

RGB 143 107 222 -
CMYK 0.36 0.52 0 0.13
HSL 258.78º 0.64% 0.65% -
HSV(B) 258.78º 0.52% 0.87% -
XYZ 29.77 21.63 71.71 -
YUV 130.87 179.43 136.65 -
System Red Green Blue C M Y K H S L
Decimal 143 107 222 0.36 0.52 0 0.13 258.78 0.64 0.65
Hex 8F 6B DE 24 34 0 D 103 40 41
Octal 217 153 336 44 64 0 15 403 100 101
Binary 10001111 1101011 11011110 100100 110100 0 1101 100000011 1000000 1000001

Color Harmonies of #8F6BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F6BDE

Black with #8F6BDE

Text Example


Text Example

White with #8F6BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,107,222); }

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

background-color css

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

 a { background-color: rgb(143,107,222); }

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

border-color css

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

 span { border-color: rgb(143,107,222); }

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