Html Css Color HEX #8F66DF Medium Purple

📋 copy color: '#8F66DF'

red 143 ◦ green 102 ◦ blue 223

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

Shades of Medium Purple #8F66DF

Tints of Medium Purple #8F66DF

RGB

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

 GREEN value IS 102 (40.23% from 255) = 21.79%

 BLUE value IS 223 (87.5% from 255) = 47.65%

R = 30.56%
G = 21.79%
B = 47.65%

CMYK

 C value IS 0.36

 M value IS 0.54

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8F66DF (or 0x8F66DF) is known color: Medium Purple. HEX triplet: 8F, 66 and DF. RGB value is (143,102,223). Sum of RGB (Red+Green+Blue) = 143+102+223=468 (61% of max value = 765). Red value is 143 (56.25% from 255 or 30.56% from 468); Green value is 102 (40.23% from 255 or 21.79% from 468); Blue value is 223 (87.5% from 255 or 47.65% from 468); Max value from RGB is 223 - color contains mainly: blue. Hex color #8F66DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F66DF is #709920. Grayscale: #7F7F7F. Windows color (decimal): -7379233 or 14640783. OLE color: 14640783.

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

Color convert

RGB 143 102 223 -
CMYK 0.36 0.54 0 0.13
HSL 260.33º 0.65% 0.64% -
HSV(B) 260.33º 0.54% 0.87% -
XYZ 29.4 20.67 72.25 -
YUV 128.05 181.58 138.66 -
System Red Green Blue C M Y K H S L
Decimal 143 102 223 0.36 0.54 0 0.13 260.33 0.65 0.64
Hex 8F 66 DF 24 36 0 D 104 41 40
Octal 217 146 337 44 66 0 15 404 101 100
Binary 10001111 1100110 11011111 100100 110110 0 1101 100000100 1000001 1000000

Color Harmonies of #8F66DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F66DF

Black with #8F66DF

Text Example


Text Example

White with #8F66DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,102,223); }

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

background-color css

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

 a { background-color: rgb(143,102,223); }

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

border-color css

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

 span { border-color: rgb(143,102,223); }

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