Html Css Color HEX #8F65DF Medium Purple

📋 copy color: '#8F65DF'

red 143 ◦ green 101 ◦ blue 223

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

Shades of Medium Purple #8F65DF

Tints of Medium Purple #8F65DF

RGB

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

 GREEN value IS 101 (39.84% from 255) = 21.63%

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

R = 30.62%
G = 21.63%
B = 47.75%

CMYK

 C value IS 0.36

 M value IS 0.55

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8F65DF (or 0x8F65DF) is known color: Medium Purple. HEX triplet: 8F, 65 and DF. RGB value is (143,101,223). Sum of RGB (Red+Green+Blue) = 143+101+223=467 (61% of max value = 765). Red value is 143 (56.25% from 255 or 30.62% from 467); Green value is 101 (39.84% from 255 or 21.63% from 467); Blue value is 223 (87.5% from 255 or 47.75% from 467); Max value from RGB is 223 - color contains mainly: blue. Hex color #8F65DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F65DF is #709A20. Grayscale: #7F7F7F. Windows color (decimal): -7379489 or 14640527. OLE color: 14640527.

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

Color convert

RGB 143 101 223 -
CMYK 0.36 0.55 0 0.13
HSL 260.66º 0.66% 0.64% -
HSV(B) 260.66º 0.55% 0.87% -
XYZ 29.3 20.47 72.22 -
YUV 127.47 181.91 139.08 -
System Red Green Blue C M Y K H S L
Decimal 143 101 223 0.36 0.55 0 0.13 260.66 0.66 0.64
Hex 8F 65 DF 24 37 0 D 105 42 40
Octal 217 145 337 44 67 0 15 405 102 100
Binary 10001111 1100101 11011111 100100 110111 0 1101 100000101 1000010 1000000

Color Harmonies of #8F65DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F65DF

Black with #8F65DF

Text Example


Text Example

White with #8F65DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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