Html Css Color HEX #8F61DE Medium Purple

📋 copy color: '#8F61DE'

red 143 ◦ green 97 ◦ blue 222

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

Shades of Medium Purple #8F61DE

Tints of Medium Purple #8F61DE

RGB

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

 GREEN value IS 97 (38.28% from 255) = 21%

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

R = 30.95%
G = 21%
B = 48.05%

CMYK

 C value IS 0.36

 M value IS 0.56

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8F61DE (or 0x8F61DE) is known color: Medium Purple. HEX triplet: 8F, 61 and DE. RGB value is (143,97,222). Sum of RGB (Red+Green+Blue) = 143+97+222=462 (61% of max value = 765). Red value is 143 (56.25% from 255 or 30.95% from 462); Green value is 97 (38.28% from 255 or 21.00% from 462); Blue value is 222 (87.11% from 255 or 48.05% from 462); Max value from RGB is 222 - color contains mainly: blue. Hex color #8F61DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F61DE is #709E21. Grayscale: #7C7C7C. Windows color (decimal): -7380514 or 14573967. OLE color: 14573967.

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

Color convert

RGB 143 97 222 -
CMYK 0.36 0.56 0 0.13
HSL 262.08º 0.65% 0.63% -
HSV(B) 262.08º 0.56% 0.87% -
XYZ 28.79 19.66 71.39 -
YUV 125 182.74 140.84 -
System Red Green Blue C M Y K H S L
Decimal 143 97 222 0.36 0.56 0 0.13 262.08 0.65 0.63
Hex 8F 61 DE 24 38 0 D 106 41 3F
Octal 217 141 336 44 70 0 15 406 101 77
Binary 10001111 1100001 11011110 100100 111000 0 1101 100000110 1000001 111111

Color Harmonies of #8F61DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F61DE

Black with #8F61DE

Text Example


Text Example

White with #8F61DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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